|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IscSvcHandle
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()
Retrieve whether this service handle is invalid. |
boolean |
isValid()
Retrieve whether this service handle is valid. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |