Overview | Module | Use | Devguide | Index |
Included Services | Exported Interfaces | Properties' Summary | Properties' Details |
service ResultSet |
|
Exported Interfaces | |
::com::sun::star::lang::XComponent |
|
XCloseable |
|
::com::sun::star::beans::XPropertySet |
|
XWarningsSupplier |
|
XResultSetMetaDataSupplier |
|
XResultSet |
|
XResultSetUpdate |
|
XRow |
|
XColumnLocate |
|
XRowUpdate |
|
Properties' Summary | |
[ readonly ] string CursorName |
[ OPTIONAL ] defines the SQL cursor name that will be used by subsequent Statement execute
methods.
|
[ readonly ] long ResultSetConcurrency |
retrieves the result set concurrency. |
[ readonly ] long ResultSetType |
determines the result set type. |
long FetchDirection |
retrieves the direction for fetching rows from database tables
that is the default for result sets generated from this
::com::sun::star::sdbcx::Statement
object.
If this Statement object has not set a fetch direction,
the return value is implementation-specific.
|
long FetchSize |
retrieves the number of result set rows that is the default fetch size
for result sets generated from this
::com::sun::star::sdbcx::Statement
object.
If this ::com::sun::star::sdbcx::Statement object has not set a fetch size, the return value is implementation-specific. |
Properties' Details | |
CursorName
|
|
ResultSetConcurrency
|
|
ResultSetType
|
|
FetchDirection
|
|
FetchSize
|
Copyright © 2003 Sun Microsystems, Inc.