20 module
com { module sun { module star { module io {
21 published
interface XInputStream;
24 module
com { module sun { module star { module sdbc {
26 published
interface XRef;
27 published
interface XArray;
28 published
interface XBlob;
29 published
interface XClob;
30 published
interface XStruct;
31 published
interface XSQLData;
134 void writeBytes([in]sequence<byte> x) raises (
SQLException);
is used for the custom mapping of SQL user-defined types.
Definition: XSQLData.idl:37
represents a date value.
Definition: Date.idl:28
represents a combined date+time value.
Definition: DateTime.idl:26
Definition: Ambiguous.idl:20
represents a time value.
Definition: Time.idl:26
is used for mapping the SQL type com::sun::star::sdbc::DataType::ARRAY.
Definition: XArray.idl:35
is used for the standard mapping for a SQL structured type.
Definition: XStruct.idl:41
is an exception that provides information on a database access error.
Definition: SQLException.idl:40
is the mapping for the SQL CLOB type.
Definition: XClob.idl:82
is the representation (mapping) of an SQL BLOB.
Definition: XBlob.idl:86
is used as an output stream for writing the attributes of a user-defined type back to the database...
Definition: XSQLOutput.idl:61
base interface of all UNO interfaces
Definition: XInterface.idl:45
is the reference to a SQL structured type value in the database.
Definition: XRef.idl:28