Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feature ¶
const ( CTE Feature = 1 << iota WithValues Returning InsertReturning Output // mssql DefaultPlaceholder DoubleColonCast ValuesRow UpdateMultiTable InsertTableAlias UpdateTableAlias DeleteTableAlias AutoIncrement Identity TableCascade TableIdentity TableTruncate InsertOnConflict // INSERT ... ON CONFLICT InsertOnDuplicateKey // INSERT ... ON DUPLICATE KEY InsertIgnore // INSERT IGNORE ... TableNotExists OffsetFetch SelectExists UpdateFromTable MSSavepoint GeneratedIdentity CompositeIn // ... WHERE (A,B) IN ((N, NN), (N, NN)...) UpdateOrderLimit // UPDATE ... ORDER BY ... LIMIT ... DeleteOrderLimit // DELETE ... ORDER BY ... LIMIT ... DeleteReturning AlterColumnExists // ADD/DROP COLUMN IF NOT EXISTS/IF EXISTS )
type NotSupportError ¶ added in v1.2.9
type NotSupportError struct {
Flag Feature
}
func NewNotSupportError ¶ added in v1.2.9
func NewNotSupportError(flag Feature) *NotSupportError
func (*NotSupportError) Error ¶ added in v1.2.9
func (err *NotSupportError) Error() string
Click to show internal directories.
Click to hide internal directories.