Methods' Details
|
- execute
-  
- void
execute( )
- raises ( com::sun::star::sdbc::SQLException );
- Description
- populates a row set with data. The description of the data source and
other important information for filling the row set with data.
- Throws
- SQLException
if a database access error occurs.
|
- addRowSetListener
-  
- [ oneway ] void
addRowSetListener(
-
- Description
- adds the specified listener to receive the events "cursorMoved",
"rowChanged", and "rowSetChanged".
- Parameter listener
-
the listener which should be registered
|
- removeRowSetListener
-  
- [ oneway ] void
removeRowSetListener(
-
- Description
- removes the specified listener.
- Parameter listener
-
the listener which should be registered
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.