represents the properties for an ODBC connection (session) with a specific database.  
 More...
import "ODBCConnectionProperties.idl";
|  | 
| boolean | ParameterNameSubstitution | 
|  | should the parameter "?" in prepared statement be substituted with an distinct name 
 | 
|  | 
| long | Timeout | 
|  | the Timeout after which time a timeout should happen 
 | 
|  | 
| boolean | Silent | 
|  | Silent - should the connection be silent. 
 | 
|  | 
| boolean | UseCatalog | 
|  | should the driver should support a catalog. 
 | 
|  | 
| string | CharSet | 
|  | specifies the encoding to use to translate the backend data 
 | 
|  | 
| boolean | IsAutoRetrievingEnabled | 
|  | specifies if retrieving of auto generated values should be enabled or not. 
 | 
|  | 
| string | AutoRetrievingStatement | 
|  | specifies the statement which should be executed when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface. 
 | 
|  | 
| string | user | 
|  | the username 
 | 
|  | 
| string | password | 
|  | the password 
 | 
|  | 
represents the properties for an ODBC connection (session) with a specific database. 
These properties can be used when calling the method com::sun::star::sdbc::XDriver::connect() or com::sun::star::sdbc::XDriverManager::getConnectionWithInfo().
The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
- See also
- com::sun::star::sdbc::XDriver 
- 
com::sun::star::sdbc::XDriverManager 
- 
com::sun::star::sdbc::ConnectionProperties 
◆ com::sun::star::sdbc::ConnectionProperties
◆ AutoRetrievingStatement
  
  | 
        
          | string AutoRetrievingStatement |  | optionalproperty | 
 
specifies the statement which should be executed when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface. 
 
 
◆ CharSet
specifies the encoding to use to translate the backend data 
See the IANA character set list for a list of valid values.
 
 
◆ IsAutoRetrievingEnabled
  
  | 
        
          | boolean IsAutoRetrievingEnabled |  | optionalproperty | 
 
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. 
 
 
◆ ParameterNameSubstitution
  
  | 
        
          | boolean ParameterNameSubstitution |  | optionalproperty | 
 
should the parameter "?" in prepared statement be substituted with an distinct name 
 
 
◆ Silent
Silent - should the connection be silent. 
No user interaction while creating the connection. 
 
 
◆ Timeout
the Timeout after which time a timeout should happen 
 
 
◆ UseCatalog
should the driver should support a catalog. 
 
 
The documentation for this service was generated from the following file: