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;
69 void setNull([in]
long parameterIndex,
101 void setObjectNull([in]
long parameterIndex,
114 void setBoolean([in]
long parameterIndex, [in]
boolean x)
126 void setByte([in]
long parameterIndex, [in]byte x) raises (
SQLException);
137 void setShort([in]
long parameterIndex, [in]
short x) raises (
SQLException);
148 void setInt([in]
long parameterIndex, [in]
long x) raises (
SQLException);
159 void setLong([in]
long parameterIndex, [in]hyper x) raises (
SQLException);
170 void setFloat([in]
long parameterIndex, [in]
float x) raises (
SQLException);
181 void setDouble([in]
long parameterIndex, [in]
double x) raises (
SQLException);
194 void setString([in]
long parameterIndex, [in]
string x) raises (
SQLException);
207 void setBytes([in]
long parameterIndex, [in]sequence<byte> x)
244 void setTimestamp([in]
long parameterIndex,
262 void setBinaryStream([in]
long parameterIndex,
281 void setCharacterStream([in]
long parameterIndex,
307 void setObject([in]
long parameterIndex, [in]any x)
343 void setObjectWithInfo([in]
long parameterIndex,
344 [in]any x, [in]
long targetSqlType, [in]
long scale)
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 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
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
is used for parameter setting, commonly implemented in conjunction with PreparedStatements.
Definition: XParameters.idl:64