19 #ifndef __com_sun_star_sdbc_XRowUpdate_idl__ 20 #define __com_sun_star_sdbc_XRowUpdate_idl__ 30 module
com { module sun { module star { module io {
31 published
interface XInputStream;
36 module
com { module sun { module star { module sdbc {
50 void updateNull([in]
long columnIndex) raises (
SQLException);
60 void updateBoolean([in]
long columnIndex, [in]
boolean x) raises (
SQLException);
70 void updateByte([in]
long columnIndex, [in]byte x) raises (
SQLException);
80 void updateShort([in]
long columnIndex, [in]
short x) raises (
SQLException);
90 void updateInt([in]
long columnIndex, [in]
long x) raises (
SQLException);
100 void updateLong([in]
long columnIndex, [in]hyper x) raises (
SQLException);
110 void updateFloat([in]
long columnIndex, [in]
float x) raises (
SQLException);
120 void updateDouble([in]
long columnIndex, [in]
double x) raises (
SQLException);
130 void updateString([in]
long columnIndex, [in]
string x) raises (
SQLException);
140 void updateBytes([in]
long columnIndex, [in]sequence<byte> x) raises (
SQLException);
172 void updateTimestamp([in]
long columnIndex,
186 void updateBinaryStream([in]
long columnIndex,
200 void updateCharacterStream([in]
long columnIndex,
212 void updateObject([in]
long columnIndex, [in]any x)
225 void updateNumericObject([in]
long columnIndex, [in]any x, [in]
long scale)
represents a date value.
Definition: Date.idl:30
represents a combined date+time value.
Definition: DateTime.idl:28
Definition: Ambiguous.idl:22
is used to update data which is collected in a row.
Definition: XRowUpdate.idl:41
represents a time value.
Definition: Time.idl:28
is an exception that provides information on a database access error.
Definition: SQLException.idl:44
base interface of all UNO interfaces
Definition: XInterface.idl:47