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
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
interface XResultSetMetaDataSupplier
provides access to the description of the result set which would be generated by executing the Prepar...
Definition PreparedStatement.idl:107
interface XCloseable
freeing all resources of a statement.
Definition PreparedStatement.idl:88
long FetchSize
retrieves the number of result set rows that is the default fetch size for result sets generated from...
Definition PreparedStatement.idl:242
interface XWarningsSupplier
controls the chaining of warnings, which may occur on every call to the connected database.
Definition PreparedStatement.idl:132
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
interface XPreparedStatement
is the interface for executing SQL prepared commands.
Definition PreparedStatement.idl:101
interface XPreparedBatchExecution
provides the ability of batch execution.
Definition PreparedStatement.idl:125
interface XParameters
is used for setting parameters before execution of the precompiled statement.
Definition PreparedStatement.idl:113
long QueryTimeOut
retrieves the number of seconds the driver will wait for a Statement to execute.
Definition PreparedStatement.idl:144
interface XMultipleResults
covers the handling of multiple results after executing an SQL command.
Definition PreparedStatement.idl:137
long MaxFieldSize
returns the maximum number of bytes allowed for any column value.
Definition PreparedStatement.idl:170