20 module
com { module sun { module star { module sdbc {
22 published
interface XPreparedStatement;
23 published
interface XPreparedBatchExecution;
24 published
interface XParameters;
25 published
interface XWarningsSupplier;
26 published
interface XMultipleResults;
27 published
interface XResultSetMetaDataSupplier;
28 published
interface XCloseable;
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
allows to explicitly free resources and break cyclic references.
Definition generated_idl_chapter_refs.idl:435
provides for the releasing of resources acquired by the implementing object.
Definition XCloseable.idl:26
is used for inspecting multiple results produced by the execution of a SQL statement.
Definition XMultipleResults.idl:47
is used for parameter setting, commonly implemented in conjunction with PreparedStatements.
Definition XParameters.idl:65
is used for batch execution on PreparedStatements.
Definition XPreparedBatchExecution.idl:35
provides the possibility of executing a precompiled SQL statement.
Definition XPreparedStatement.idl:36
should be implemented of objects which may report warnings or non critical errors.
Definition XWarningsSupplier.idl:28
offers the possibility of canceling a job.
Definition XCancellable.idl:30
Definition Ambiguous.idl:20
represents a precompiled SQL statement.
Definition PreparedStatement.idl:77
long ResultSetConcurrency
retrieves the result set concurrency.
Definition PreparedStatement.idl:208
string CursorName
defines the SQL cursor name that will be used by subsequent Statement execute methods.
Definition PreparedStatement.idl:202
long ResultSetType
Determine the result set type.
Definition PreparedStatement.idl:214
long FetchSize
retrieves the number of result set rows that is the default fetch size for result sets generated from...
Definition PreparedStatement.idl:242
long FetchDirection
retrieves the direction for fetching rows from database tables that is the default for result sets ge...
Definition PreparedStatement.idl:228
long MaxRows
retrieves the maximum number of rows that a ResultSet can contain.
Definition PreparedStatement.idl:177
long QueryTimeOut
retrieves the number of seconds the driver will wait for a Statement to execute.
Definition PreparedStatement.idl:144
long MaxFieldSize
returns the maximum number of bytes allowed for any column value.
Definition PreparedStatement.idl:170