org.firebirdsql.gds
Interface IscDbHandle
public interface IscDbHandle
The interface isc_db_handle
represents a socket connection
to the database server.
void | clearWarnings() - Clear warning list associated with this connection.
|
List | getWarnings() - Get list of warnings that were returned by the server.
|
clearWarnings
public void clearWarnings()
Clear warning list associated with this connection.
getWarnings
public List getWarnings()
Get list of warnings that were returned by the server.
Copyright B) 2001 David Jencks and other authors. All rights reserved.