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