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