19 #ifndef __com_sun_star_sdbc_PreparedStatement_idl__
20 #define __com_sun_star_sdbc_PreparedStatement_idl__
28 module com { module sun { module star { module sdbc {
30 published
interface XPreparedStatement;
31 published
interface XPreparedBatchExecution;
32 published
interface XParameters;
33 published
interface XWarningsSupplier;
34 published
interface XMultipleResults;
35 published
interface XResultSetMetaDataSupplier;
36 published
interface XCloseable;
152 [property]
long QueryTimeOut;
string CursorName
defines the SQL cursor name that will be used by subsequent Statement execute methods.
Definition: PreparedStatement.idl:210
provides the possibility of executing a precompiled SQL statement.
Definition: XPreparedStatement.idl:41
long FetchSize
retrieves the number of result set rows that is the default fetch size for result sets generated from...
Definition: PreparedStatement.idl:250
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
is used for batch execution on PreparedStatements.
Definition: XPreparedBatchExecution.idl:40
long MaxRows
retrieves the maximum number of rows that a ResultSet can contain.
Definition: PreparedStatement.idl:185
represents a precompiled SQL statement.
Definition: PreparedStatement.idl:84
provides for the releasing of resources acquired by the implementing object.
Definition: XCloseable.idl:31
long ResultSetType
Determine the result set type.
Definition: PreparedStatement.idl:222
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
long MaxFieldSize
returns the maximum number of bytes allowed for any column value.
Definition: PreparedStatement.idl:178
long FetchDirection
retrieves the direction for fetching rows from database tables that is the default for result sets ge...
Definition: PreparedStatement.idl:236
offers the possibility of canceling a job.
Definition: XCancellable.idl:33
long ResultSetConcurrency
retrieves the result set concurrency.
Definition: PreparedStatement.idl:216
is used for parameter setting, commonly implemented in conjunction with PreparedStatements.
Definition: XParameters.idl:76