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;
is an exception that provides information on a database access error.
Definition SQLException.idl:41
is used for mapping the SQL type com::sun::star::sdbc::DataType::ARRAY.
Definition XArray.idl:36
is the representation (mapping) of an SQL BLOB.
Definition XBlob.idl:87
is the mapping for the SQL CLOB type.
Definition XClob.idl:83
is the reference to a SQL structured type value in the database.
Definition XRef.idl:29
is used for the custom mapping of SQL user-defined types.
Definition XSQLData.idl:38
is used as an output stream for writing the attributes of a user-defined type back to the database.
Definition XSQLOutput.idl:62
void writeDouble([in]double x)
writes the next attribute to the stream as double.
void writeBlob([in]XBlob x)
writes a BLOB to the stream.
void writeObject([in]XSQLData x)
writes to the stream the data contained in the given XSQLData object.
void writeTimestamp([in]com::sun::star::util::DateTime x)
writes the next attribute to the stream as a datetime.
void writeBytes([in]sequence< byte > x)
writes the next attribute to the stream as byte sequence.
void writeClob([in]XClob x)
writes a CLOB to the stream.
void writeBoolean([in]boolean x)
writes the next attribute to the stream as boolean.
void writeRef([in]XRef x)
writes a REF(<structured-type>) to the stream.
void writeStruct([in]XStruct x)
writes a structured-type to the stream.
void writeLong([in]hyper x)
writes the next attribute to the stream as hyper.
void writeTime([in]com::sun::star::util::Time x)
writes the next attribute to the stream as a time.
void writeInt([in]long x)
writes the next attribute to the stream as long.
void writeString([in]string x)
writes the next attribute to the stream as a string.
void writeFloat([in]float x)
writes the next attribute to the stream as float.
void writeCharacterStream([in]com::sun::star::io::XInputStream x)
writes the next attribute to the stream as a stream of Unicode string.
void writeShort([in]short x)
writes the next attribute to the stream as short.
void writeBinaryStream([in]com::sun::star::io::XInputStream x)
writes the next attribute to the stream as a stream of uninterpreted bytes.
void writeArray([in]XArray x)
writes an array to the stream.
void writeByte([in]byte x)
writes the next attribute to the stream as byte.
void writeDate([in]com::sun::star::util::Date x)
writes the next attribute to the stream as a date.
is used for the standard mapping for a SQL structured type.
Definition XStruct.idl:42
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
represents a combined date+time value.
Definition DateTime.idl:27
represents a date value.
Definition Date.idl:29
represents a time value.
Definition Time.idl:27