Overview | Module | Use | Devguide | Index |
Included Services | Exported Interfaces | Properties' Summary | Properties' Details |
|
|||
|
Included Services | |
ConnectionProperties |
|
Properties' Summary | |
string JavaDriverClass |
[ OPTIONAL ] which jdbc driver class should be loaded to create the connection. |
string JavaDriverClassPath |
[ OPTIONAL ] an optional class path to locate the JDBCConnectionProperties::JavaDriverClass. |
sequence< ::com::sun::star::beans::NamedValue > SystemProperties |
[ OPTIONAL ] specifies a set of properties to pass to java.lang.System.setProperty before
loading the system's JDBC driver.
|
boolean IsAutoRetrievingEnabled |
[ OPTIONAL ] specifies if retrieving of auto generated values should be enabled or not. If true than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not. |
string AutoRetrievingStatement |
[ OPTIONAL ] specifies the statement which should be executed when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface. |
sequence< any > TypeInfoSettings |
[ OPTIONAL ] specifies how the type info returned by XDatabaseMetaData::getTypeInfo() will be modified. |
Properties' Details | |
JavaDriverClass
|
|
JavaDriverClassPath
|
|
SystemProperties
|
|
IsAutoRetrievingEnabled
|
|
AutoRetrievingStatement
|
|
TypeInfoSettings
|
Copyright © 2011 Sun Microsystems, Inc.