Set of TSQLConnectionOption.
Source position: sqldb.pp line 187
| type TSQLConnectionOptions = set of ( | ||
| scoExplicitConnect, | 
 | Require explicit connection to the database (default is implicit). | 
| scoApplyUpdatesChecksRowsAffected | 
 | ApplyUpdates will check that the RowsAffected is 1 after an update. | 
| ); | 
| 
 | Connection handling options. | |
| 
 | Options to observe for this connection. |