public interface IscSvcHandle
isc_svc_handle
is a java mapping for a
isc_svc_handle handle.Modifier and Type | Method and Description |
---|---|
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()
Retrieve whether this service handle is invalid.
|
boolean |
isValid()
Retrieve whether this service handle is valid.
|
boolean isValid()
true
if the handle is valid, false
otherwiseboolean isNotValid()
true
if the handle is invalid, false
otherwisejava.util.List getWarnings()
List
containing instances of
GDSException
representing server warnings (method
GDSException.isWarning()
returns true
).void clearWarnings()
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.