Source position: sqldb.pp line 487
type TSQLQueryOption = (
sqoKeepOpenOnCommit,
sqoAutoApplyUpdates,
sqoAutoCommit,
sqoCancelUpdatesOnRefresh,
sqoRefreshUsingSelect,
sqoNoCloseOnSQLChange
);