![]() | ![]() |
Home |
|
|
jConnect for JDBC Programmer's Reference |
|
| Chapter 2 Programming Information |
|
| Implementing custom socket plug-ins |
|
| SYBSOCKET_FACTORY connection property |
To use a custom socket with jConnect, set the SYBSOCKET_FACTORY connection property to a string that is either:
The name of a class that implements com.sybase.jdbcx.SybSocketFactory
or
DEFAULT, which instantiates a new java.net.Socket( )
See "Setting connection properties" for instructions on how to set SYBSOCKET_FACTORY.
|
|