20 module
com { module sun { module star { module io {
21 published
interface XInputStream;
24 module
com { module sun { module star { module sdbc {
38 void updateNull([in]
long columnIndex) raises (
SQLException);
48 void updateBoolean([in]
long columnIndex, [in]
boolean x) raises (
SQLException);
58 void updateByte([in]
long columnIndex, [in]byte x) raises (
SQLException);
68 void updateShort([in]
long columnIndex, [in]
short x) raises (
SQLException);
78 void updateInt([in]
long columnIndex, [in]
long x) raises (
SQLException);
88 void updateLong([in]
long columnIndex, [in]hyper x) raises (
SQLException);
98 void updateFloat([in]
long columnIndex, [in]
float x) raises (
SQLException);
108 void updateDouble([in]
long columnIndex, [in]
double x) raises (
SQLException);
118 void updateString([in]
long columnIndex, [in]
string x) raises (
SQLException);
128 void updateBytes([in]
long columnIndex, [in]sequence<byte> x) raises (
SQLException);
160 void updateTimestamp([in]
long columnIndex,
174 void updateBinaryStream([in]
long columnIndex,
188 void updateCharacterStream([in]
long columnIndex,
200 void updateObject([in]
long columnIndex, [in]any x)
213 void updateNumericObject([in]
long columnIndex, [in]any x, [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
is used to update data which is collected in a row.
Definition: XRowUpdate.idl:29
represents a time value.
Definition: Time.idl:26
is an exception that provides information on a database access error.
Definition: SQLException.idl:40
base interface of all UNO interfaces
Definition: XInterface.idl:45