org.firebirdsql.gds

Interface IscDbHandle

public interface IscDbHandle

The interface isc_db_handle represents a socket connection to the database server.
Version:
1.0
Authors:
Alejandro Alberola
David Jencks

Method Summary

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

Method Details

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.