19 #ifndef __com_sun_star_sdbc_XConnection_idl__ 20 #define __com_sun_star_sdbc_XConnection_idl__ 24 module
com { module sun { module star { module container {
25 published
interface XNameAccess;
32 module
com { module sun { module star { module sdbc {
34 published
interface XStatement;
35 published
interface XPreparedStatement;
36 published
interface XDatabaseMetaData;
212 void setAutoCommit([in]
boolean autoCommit) raises (
SQLException);
304 void setReadOnly([in]
boolean readOnly) raises (
SQLException);
323 void setCatalog([in]
string catalog) raises (
SQLException);
355 void setTransactionIsolation([in]
long level) raises (
SQLException);
provides the possibility of executing a precompiled SQL statement.
Definition: XPreparedStatement.idl:41
is used for executing a static SQL statement and obtaining the results produced by it.
Definition: XStatement.idl:47
represents a connection (session) with a specific database.
Definition: XConnection.idl:57
Definition: Ambiguous.idl:22
provides for the releasing of resources acquired by the implementing object.
Definition: XCloseable.idl:31
is an exception that provides information on a database access error.
Definition: SQLException.idl:44
is used to access named objects within a container.
Definition: XNameAccess.idl:39