org.firebirdsql.gds
Interface isc_svc_handle


public interface isc_svc_handle

The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.


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.
 boolean isNotValid()
           
 boolean isValid()
           
 

Method Detail

isValid

public boolean isValid()

isNotValid

public boolean isNotValid()

getWarnings

public 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

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



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