| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
represents the properties for an ODBC connection (session) with a specific database. More...
import "ODBCConnectionProperties.idl";
 
  
| Included Services | |
| service | com::sun::star::sdbc::ConnectionProperties | 
| Public Attributes | |
| 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. | |
| Public Attributes inherited from ConnectionProperties | |
| 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.
| 
 | optionalproperty | 
specifies the statement which should be executed when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
| 
 | optionalproperty | 
specifies the encoding to use to translate the backend data
See the IANA character set list for a list of valid values.
| 
 | 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.
| 
 | optionalproperty | 
should the parameter "?" in prepared statement be substituted with an distinct name
| 
 | optionalproperty | 
Silent - should the connection be silent.
No user interaction while creating the connection.
| 
 | optionalproperty | 
the Timeout after which time a timeout should happen
| 
 | optionalproperty | 
should the driver should support a catalog.