20 module
com { module sun { module star { module container {
21 published
interface XNameAccess;
24 module
com { module sun { module star { module sdbc {
26 published
interface XStatement;
27 published
interface XPreparedStatement;
28 published
interface XDatabaseMetaData;
204 void setAutoCommit([in]
boolean autoCommit) raises (
SQLException);
296 void setReadOnly([in]
boolean readOnly) raises (
SQLException);
315 void setCatalog([in]
string catalog) raises (
SQLException);
347 void setTransactionIsolation([in]
long level) raises (
SQLException);
provides the possibility of executing a precompiled SQL statement.
Definition: XPreparedStatement.idl:35
is used for executing a static SQL statement and obtaining the results produced by it...
Definition: XStatement.idl:41
represents a connection (session) with a specific database.
Definition: XConnection.idl:49
Definition: Ambiguous.idl:20
provides for the releasing of resources acquired by the implementing object.
Definition: XCloseable.idl:25
is an exception that provides information on a database access error.
Definition: SQLException.idl:40
is used to access named objects within a container.
Definition: XNameAccess.idl:31