[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TConnOption

Connection options

Declaration

Source position: sqldb.pp line 142

type TConnOption = (

  sqSupportParams,

  

The connection type has native support for parameters.

  sqSupportEmptyDatabaseName,

  

Does the connection allow empty database names ?

  sqEscapeSlash,

  

Escapes in string literals are done with backslash characters.

  sqEscapeRepeat,

  

Escapes in string literals are done by repeating the character.

  sqImplicitTransaction,

  

Does the connection support implicit transaction management

  sqLastInsertID,

  

Does the connection support getting the ID for the last insert operation.

  sqSupportReturning

);

Description

This type describes some of the option that a particular connection type supports.


Documentation generated on: Nov 14 2015