Methods' Details
|
- updateNull
-  
- void
updateNull( )
- raises ( com::sun::star::sdbc::SQLException );
- Description
- gives a nullable column a null value.
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateBoolean
-  
- void
updateBoolean(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a boolean value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateByte
-  
- void
updateByte(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a byte value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateShort
-  
- void
updateShort(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a short value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateInt
-  
- void
updateInt(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a long value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateLong
-  
- void
updateLong(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a hyper value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateFloat
-  
- void
updateFloat(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a float value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateDouble
-  
- void
updateDouble(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a double value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateString
-  
- void
updateString(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a string value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateBytes
-  
- void
updateBytes(
[ in ] sequence< byte > |
x ) |
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a byte array value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateDate
-  
- void
updateDate(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a Date value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateTime
-  
- void
updateTime(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a Time value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateTimestamp
-  
- void
updateTimestamp(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a Timestamp value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateBinaryStream
-  
- void
updateBinaryStream(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a stream value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateCharacterStream
-  
- void
updateCharacterStream(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with a stream value.
- Parameter x
-
the new column value
- Parameter length
-
the length of the stream
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateObject
-  
- void
updateObject(
-
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with an Object value.
- Parameter x
-
the new column value
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
- updateNumericObject
-  
- void
updateNumericObject(
[ in ] any |
x, |
[ in ] long |
scale ) |
- raises ( com::sun::star::sdbc::SQLException );
- Description
- updates a column with an Object value.
- Parameter x
-
the new column value
- Parameter scale
-
the scale
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.