|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientConnection | |
com.ibm.ims.rds | Provides classes for IMS Java Remote Data Services. |
Uses of ClientConnection in com.ibm.ims.rds |
Fields in com.ibm.ims.rds declared as ClientConnection | |
protected ClientConnection |
ClientStatement.clientConnection
|
Constructors in com.ibm.ims.rds with parameters of type ClientConnection | |
ClientStatement(ClientConnection clientConnection,
int resultSetType,
int resultSetConcurrency,
java.io.PrintWriter logWriter,
int traceLevel)
Creates a ClientStatement of specified type and concurrency. |
|
ClientPreparedStatement(java.lang.String sql,
ClientConnection clientConnection,
int resultSetType,
int resultSetConcurrency,
java.io.PrintWriter logWriter,
int traceLevel)
Creates a DLIPreparedStatement of specified type and concurrency. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |