Overview | Module | Use | Devguide | Index |
Included Services | Exported Interfaces | Properties' Summary | Properties' Details |
|
|||
|
Included Services | |
::com::sun::star::sdbc::ConnectionProperties |
|
Properties' Summary | |
boolean ParameterNameSubstitution |
[ OPTIONAL ] should the parameter '?' in prepared statement be substituated with an distinct name |
long Timeout |
[ OPTIONAL ] the Timeout after which time a timeout should happen |
boolean Silent |
[ OPTIONAL ] Silent - should the connection be silent. No user interaction while creating the connection. |
boolean UseCatalog |
[ OPTIONAL ] should the driver should support a catalog. |
long Charset |
[ OPTIONAL ] which charset should be used to fetch data. |
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. |
Properties' Details | |
ParameterNameSubstitution
|
|
Timeout
|
|
Silent
|
|
UseCatalog
|
|
Charset
|
|
IsAutoRetrievingEnabled
|
|
AutoRetrievingStatement
|
Copyright © 2003 Sun Microsystems, Inc.