19 #ifndef __com_sun_star_sdbc_Statement_idl__
20 #define __com_sun_star_sdbc_Statement_idl__
28 module com { module sun { module star { module sdbc {
30 published
interface XWarningsSupplier;
31 published
interface XStatement;
32 published
interface XBatchExecution;
33 published
interface XMultipleResults;
34 published
interface XCloseable;
105 [property]
long QueryTimeOut;
is used for executing a static SQL statement and obtaining the results produced by it...
Definition: XStatement.idl:47
long MaxRows
retrieves the maximum number of rows that a ResultSet can contain.
Definition: Statement.idl:139
long MaxFieldSize
returns the maximum number of bytes allowed for any column value.
Definition: Statement.idl:131
is used for collecting and executing a set of SQL statements.
Definition: XBatchExecution.idl:33
boolean EscapeProcessing
returns if escape processing is on or off.
Definition: Statement.idl:212
long ResultSetConcurrency
retrieves the result set concurrency.
Definition: Statement.idl:172
should be implemented of objects which may report warnings or non critical errors.
Definition: XWarningsSupplier.idl:33
allows to exclicitly free resources and break cyclic references.
Definition: XComponent.idl:42
is used for inspecting multiple results produced by the execution of a SQL statement.
Definition: XMultipleResults.idl:52
long ResultSetType
determine the result set type.
Definition: Statement.idl:179
long FetchSize
retrieves the number of result set rows that is the default fetch size for result sets generated from...
Definition: Statement.idl:205
provides for the releasing of resources acquired by the implementing object.
Definition: XCloseable.idl:31
is used for executing a static SQL statement and obtaining the results produced by it...
Definition: Statement.idl:48
string CursorName
defines the SQL cursor name that will be used by subsequent Statement execute methods.
Definition: Statement.idl:165
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
long FetchDirection
retrieves the direction for fetching rows from database tables that is the default for result sets ge...
Definition: Statement.idl:192
offers the possibility of canceling a job.
Definition: XCancellable.idl:33