Instance Property
supportsReturning
true if the dialect supports RETURNING syntax for retrieving output values from DML queries (INSERT, UPDATE, DELETE).var supportsReturning: Bool { get }
Discussion
See SQLReturning and SQLReturningBuilder for more information.
Defaults to false.
Default Implementations
SQLDialect Implementations
supportsReturningDefault implementation ofsupportsReturning.
See Also
Support Flags
supportsAutoIncrementtrueif the dialect supports auto-increment for primary key values when inserting new rows,falseif not.supportsIfExiststrueif the dialect supports theIF EXISTSmodifier for all types ofDROPqueries (such asSQLDropEnum,SQLDropIndex,SQLDropTable, andSQLDropTrigger) and theIF NOT EXISTSmodifier forSQLCreateTablequeries.supportsDropBehaviortrueif the dialect supports thebehavior modifiers forDROPqueries,false` if not.unionFeaturesA set of feature flags describing the dialect’s support for various forms ofUNIONwithSELECTqueries.