Source position: sqldb.pp line 184
type TConnOptions = set of ( |
sqSupportParams, |
sqSupportEmptyDatabaseName, |
sqEscapeSlash, |
sqEscapeRepeat, |
sqImplicitTransaction, |
sqLastInsertID, |
sqSupportReturning, |
sqSequences, |
sqCommitEndsPrepared, |
sqRollbackEndsPrepared |
); |