- destroy ( force=false )
-
Exit a Client-Library.
Returns TRUE if it was destroyed successfully
(This method corresponds to ct_exit of Sybase Client Library.)
If the force parameter is TRUE,
then it closes all open connections for this context,
whether or not any results are pending
- setprop ( proptype, val )
-
Sets Client-Library properties at the context structure levels.
The proptype parameter must be a
constant that is defined in
SybConstant module.
Returns TRUE if it was successful.
(This method corresponds to ct_config(CS_SET) of Sybase
Client Library.)
- getprop ( proptype )
-
Retrieves Client-Library properties at the context structure levels.
The proptype parameter must be a
constant that is defined in
SybConstant module.
(This method corresponds to ct_config(CS_GET) of
Sybase Client Library.)