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 a JDBC connection (session) with a specific database.
Definition JDBCConnectionProperties.idl:37
sequence< ::com::sun::star::beans::NamedValue > SystemProperties
specifies a set of properties to pass to java.lang.System.setProperty before loading the system's JDB...
Definition JDBCConnectionProperties.idl:65
sequence< any > TypeInfoSettings
specifies how the type info returned by com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo() will b...
Definition JDBCConnectionProperties.idl:92
string JavaDriverClass
which JDBC driver class should be loaded to create the connection.
Definition JDBCConnectionProperties.idl:44
string AutoRetrievingStatement
specifies the statement which should be executed when asking an "INSERT" statement for the XGenerated...
Definition JDBCConnectionProperties.idl:75
boolean IsAutoRetrievingEnabled
specifies if retrieving of auto generated values should be enabled or not.
Definition JDBCConnectionProperties.idl:70
string JavaDriverClassPath
an optional class path to locate the com::sun::star::sdbc::JDBCConnectionProperties::JavaDriverClass
Definition JDBCConnectionProperties.idl:60