Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
Known Services which Export this Interface |
|
com::sun::star::sdbc::Connection | represents a connection (session) with a specific database. Within the context of a Connection, SQL statements are executed and results are returned. |
com::sun::star::sdbc::PreparedStatement | represents a precompiled SQL statement. |
com::sun::star::sdbc::ResultSet | provides access to a table of data. A ResultSet object is usually generated by executing a Statement. |
com::sun::star::sdbc::Statement | is used for executing a static SQL statement and obtaining the results produced by it. |
Methods' Summary |
|
getWarnings | returns the first warning reported by calls on an object that supports the usage of warnings. |
clearWarnings | clears all warnings reported for the object implementing the interface. After a call to this method, the method XWarningsSupplier::getWarnings() returns void until a new warning is reported for the object. |
Methods' Details |
|
|
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.