org.firebirdsql.gds
Interface IscDbHandle


public interface IscDbHandle

The interface isc_db_handle represents a socket connection to the database server.

Version:
1.0
Author:
Alejandro Alberola, David Jencks

Method Summary
 void clearWarnings()
          Clear warning list associated with this connection.
 java.util.List getWarnings()
          Get list of warnings that were returned by the server.
 

Method Detail

getWarnings

java.util.List getWarnings()
Get list of warnings that were returned by the server.

Returns:
instance of List containing instances of GDSException representing server warnings (method GDSException.isWarning() returns true).

clearWarnings

void clearWarnings()
Clear warning list associated with this connection.



Copyright © 2001 David Jencks and other authors. All rights reserved.