19#ifndef __com_sun_star_sdbc_XPreparedStatement_idl__
20#define __com_sun_star_sdbc_XPreparedStatement_idl__
26 module
com { module sun { module star { module sdbc {
28 published
interface XConnection;
29 published
interface XResultSet;
is an exception that provides information on a database access error.
Definition SQLException.idl:45
represents a connection (session) with a specific database.
Definition XConnection.idl:58
provides the possibility of executing a precompiled SQL statement.
Definition XPreparedStatement.idl:42
XResultSet executeQuery()
executes the SQL query in this PreparedStatement object and returns the result set generated by the q...
provides the navigation on a table of data.
Definition XResultSet.idl:44
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22