LibreOffice
LibreOffice 24.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 More... | |
long | Timeout |
the Timeout after which time a timeout should happen More... | |
boolean | Silent |
Silent - should the connection be silent. More... | |
boolean | UseCatalog |
should the driver should support a catalog. More... | |
string | CharSet |
specifies the encoding to use to translate the backend data More... | |
boolean | IsAutoRetrievingEnabled |
specifies if retrieving of auto generated values should be enabled or not. More... | |
string | AutoRetrievingStatement |
specifies the statement which should be executed when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface. More... | |
Public Attributes inherited from ConnectionProperties | |
string | user |
the username More... | |
string | password |
the password More... | |
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.