20 module 
com {  module sun {  module star {  module sdbc {
 Definition: Ambiguous.idl:20
 
string AutoRetrievingStatement
specifies the statement which should be executed when asking an "INSERT" statement for the XGenerated...
Definition: JDBCConnectionProperties.idl:75
 
represents the properties for a connection (session) with a specific database. 
Definition: ConnectionProperties.idl:43
 
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
 
string JavaDriverClass
which JDBC driver class should be loaded to create the connection. 
Definition: JDBCConnectionProperties.idl:38
 
sequence< any > TypeInfoSettings
specifies how the type info returned by com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo() will b...
Definition: JDBCConnectionProperties.idl:92
 
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
 
represents the properties for a JDBC connection (session) with a specific database. 
Definition: JDBCConnectionProperties.idl:36