LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbc_XConnection_idl__
20 #define __com_sun_star_sdbc_XConnection_idl__
24 module
com { module sun { module star { module container {
25 published
interface XNameAccess;
32 module
com { module sun { module star { module sdbc {
34 published
interface XStatement;
35 published
interface XPreparedStatement;
36 published
interface XDatabaseMetaData;
395 void setTypeMap([in]
com::sun::star::container::XNameAccess typeMap)
represents a connection (session) with a specific database.
Definition: XConnection.idl:58
XStatement createStatement()
creates a new com::sun::star::sdbc::Statement object for sending SQL statements to the database.
is used for executing a static SQL statement and obtaining the results produced by it.
Definition: XStatement.idl:48
provides the possibility of executing a precompiled SQL statement.
Definition: XPreparedStatement.idl:42
Definition: Ambiguous.idl:22
provides for the releasing of resources acquired by the implementing object.
Definition: XCloseable.idl:32
is an exception that provides information on a database access error.
Definition: SQLException.idl:45