org.firebirdsql.gds
Interface IscSvcHandle
public interface IscSvcHandle
The interface isc_svc_handle
is a java mapping for a
isc_svc_handle handle.
void | clearWarnings() - Clear warning list associated with this connection.
|
List | getWarnings() - Get list of warnings that were returned by the server.
|
boolean | isNotValid() - Retrieve whether this service handle is invalid.
|
boolean | isValid() - Retrieve whether this service handle is valid.
|
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.
isNotValid
public boolean isNotValid()
Retrieve whether this service handle is invalid.
true
if the handle is invalid, false
otherwise
isValid
public boolean isValid()
Retrieve whether this service handle is valid.
true
if the handle is valid, false
otherwise
Copyright B) 2001 David Jencks and other authors. All rights reserved.