[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
SQL Query options
Source position: sqldb.pp line 408
type TSQLQueryOption = ( |
||
sqoKeepOpenOnCommit, |
|
Keep the dataset open after the query was committed (will fetch all records). |
sqoAutoApplyUpdates, |
|
Call ApplyUpdates on Post or Delete |
sqoAutoCommit, |
|
Call commit after every ApplyUpdates or ExecSQL |
sqoCancelUpdatesOnRefresh, |
||
sqoRefreshUsingSelect |
||
); |
TSQLQueryOption enumerates several options available to control the behaviour of an TSQLQuery instance.
|
Set of TSQLQueryOption |
|
TCustomSQLQuery.Options |