20 module
com { module sun { module star { module sdbc {
22 published
interface XConnection;
23 published
interface XResultSet;
is an exception that provides information on a database access error.
Definition SQLException.idl:41
represents a connection (session) with a specific database.
Definition XConnection.idl:50
provides the possibility of executing a precompiled SQL statement.
Definition XPreparedStatement.idl:36
long executeUpdate()
executes the SQL INSERT, UPDATE or DELETE statement in this com::sun::star::sdbc::PreparedStatement o...
XConnection getConnection()
returns the com::sun::star::sdbc::Connection object that produced this com::sun::star::sdbc::Statemen...
XResultSet executeQuery()
executes the SQL query in this PreparedStatement object and returns the result set generated by the q...
boolean execute()
executes any kind of SQL statement.
provides the navigation on a table of data.
Definition XResultSet.idl:38
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20