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)...) )
Click to show internal directories.
Click to hide internal directories.