20 module
com { module sun { module star { module sdbc {
boolean IsAutoRetrievingEnabled
specifies if retrieving of auto generated values should be enabled or not.
Definition: ODBCConnectionProperties.idl:65
Definition: Ambiguous.idl:20
represents the properties for an ODBC connection (session) with a specific database.
Definition: ODBCConnectionProperties.idl:36
boolean UseCatalog
should the driver should support a catalog.
Definition: ODBCConnectionProperties.idl:53
represents the properties for a connection (session) with a specific database.
Definition: ConnectionProperties.idl:43
boolean ParameterNameSubstitution
should the parameter "?" in prepared statement be substituted with an distinct name ...
Definition: ODBCConnectionProperties.idl:38
string AutoRetrievingStatement
specifies the statement which should be executed when asking an "INSERT" statement for the XGenerated...
Definition: ODBCConnectionProperties.idl:70
boolean Silent
Silent - should the connection be silent.
Definition: ODBCConnectionProperties.idl:49
string CharSet
specifies the encoding to use to translate the backend data
Definition: ODBCConnectionProperties.idl:60
long Timeout
the Timeout after which time a timeout should happen
Definition: ODBCConnectionProperties.idl:45