interface XColumnUpdate in module com::sun::star::sdb:: |
interface XColumnUpdate : com::sun::star::uno::XInterface ;
is used to update data which is collected in a row.
Method Summary |
|
updateNull | gives a nullable column a null value. |
updateBoolean | updates a column with a boolean value. |
updateByte | updates a column with a byte value. |
updateShort | updates a column with a short value. |
updateInt | updates a column with a long value. |
updateLong | updates a column with a hyper value. |
updateFloat | updates a column with a float value. |
updateDouble | updates a column with a double value. |
updateString | updates a column with a string value. |
updateBytes | updates a column with a byte array value. |
updateDate | updates a column with a Date value. |
updateTime | updates a column with a Time value. |
updateTimestamp | updates a column with a Timestamp value. |
updateBinaryStream | updates a column with a stream value. |
updateCharacterStream | updates a column with a stream value. |
updateObject | updates a column with an Object value. |
updateNumericObject | updates a column with an Object value. |
Known Services Which Export this Interface |
Method Details |
||||||||||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.