LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdb_XCommandPreparation_idl__
20 #define __com_sun_star_sdb_XCommandPreparation_idl__
24 module
com { module sun { module star { module sdbc {
25 published
interface XPreparedStatement;
28 module
com { module sun { module star { module sdb {
is used for preparation of commands.
Definition: XCommandPreparation.idl:39
provides the possibility of executing a precompiled SQL statement.
Definition: XPreparedStatement.idl:42
Definition: Ambiguous.idl:22
com::sun::star::sdbc::XPreparedStatement prepareCommand([in]string command, [in] long commandType)
creates a com::sun::star::sdbc::PreparedStatement object for sending parameterized SQL statements to ...
base interface of all UNO interfaces
Definition: XInterface.idl:48
is an exception that provides information on a database access error.
Definition: SQLException.idl:45