20 module
com { module sun { module star { module sdbc {
22 published
interface XWarningsSupplier;
23 published
interface XStatement;
24 published
interface XBatchExecution;
25 published
interface XMultipleResults;
26 published
interface XCloseable;
40published service Statement
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
long ResultSetConcurrency
retrieves the result set concurrency.
Definition Statement.idl:164
string CursorName
defines the SQL cursor name that will be used by subsequent Statement execute methods.
Definition Statement.idl:157
long ResultSetType
determine the result set type.
Definition Statement.idl:171
interface XCloseable
freeing all resources of a statement.
Definition Statement.idl:52
long FetchSize
retrieves the number of result set rows that is the default fetch size for result sets generated from...
Definition Statement.idl:197
interface XWarningsSupplier
controls the chaining of warnings, which may occur on every call to the connected database.
Definition Statement.idl:84
long FetchDirection
retrieves the direction for fetching rows from database tables that is the default for result sets ge...
Definition Statement.idl:184
long MaxRows
retrieves the maximum number of rows that a ResultSet can contain.
Definition Statement.idl:131
long QueryTimeOut
retrieves the number of seconds the driver will wait for a Statement to execute.
Definition Statement.idl:97
boolean EscapeProcessing
returns if escape processing is on or off.
Definition Statement.idl:204
interface XBatchExecution
provides the ability of batch execution.
Definition Statement.idl:77
interface XStatement
is the interface for executing SQL commands.
Definition Statement.idl:65
interface XMultipleResults
covers the handling of multiple results after executing an SQL command.
Definition Statement.idl:90
long MaxFieldSize
returns the maximum number of bytes allowed for any column value.
Definition Statement.idl:123