20 module 
com {  module sun {  module star {  module io {
 
   21 published 
interface XInputStream;
 
   24 module 
com {  module sun {  module star {  module container {
 
   25 published 
interface XNameAccess;
 
   28 module 
com {  module sun {  module star {  module sdbc {
 
   29 published 
interface XRef;
 
   30 published 
interface XArray;
 
   31 published 
interface XBlob;
 
   32 published 
interface XClob;
 
   35 module 
com {  module sun {  module star {  module sdb {
 
is used to access data which is collected in a row.
Definition XColumn.idl:41
boolean wasNull()
reports whether the last column read had a value of SQL NULL.
com::sun::star::io::XInputStream getCharacterStream()
gets the value of a column in the current row as a stream of uninterpreted bytes.
sequence< byte > getBytes()
gets the value of a column in the current row as a byte array.
com::sun::star::util::DateTime getTimestamp()
gets the value of a column in the current row as a datetime object.
com::sun::star::sdbc::XBlob getBlob()
gets a BLOB (Binary Large OBject) value in the current row.
float getFloat()
gets the value of a column in the current row as a float.
any getObject([in]com::sun::star::container::XNameAccess typeMap)
com::sun::star::util::Date getDate()
gets the value of a column in the current row as a date object.
com::sun::star::sdbc::XArray getArray()
gets a SQL ARRAY value from the current row.
com::sun::star::io::XInputStream getBinaryStream()
gets the value of a column in the current row as a stream of uninterpreted bytes.
double getDouble()
gets the value of a column in the current row as a double.
short getShort()
gets the value of a column in the current row as a short.
com::sun::star::sdbc::XRef getRef()
gets a REF(<structured-type>) column value from the current row.
boolean getBoolean()
gets the value of a column in the current row as boolean.
com::sun::star::sdbc::XClob getClob()
gets a CLOB value in the current row of this ResultSet object.
com::sun::star::util::Time getTime()
gets the value of a column in the current row as a time object.
long getInt()
gets the value of a column in the current row as a long.
hyper getLong()
gets the value of a column in the current row as a hyper.
byte getByte()
gets the value of a column in the current row as a byte.
string getString()
gets the value of a column in the current row as a String.
base interface of all UNO interfaces
Definition XInterface.idl:46
Interfaces for collections and containers.
Definition ContainerEvent.idl:22
General input/output interfaces.
Definition AlreadyConnectedException.idl:22
Database component interfaces.
Definition modules.idl:331
Miscellaneous interfaces for sorting, connecting objects etc.
Definition XVndSunStarExpandUrl.idl:20
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20