|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisconnectedStatement | |
---|---|
it.imolinfo.jbi4cics.connection.jdbc.util | |
it.imolinfo.jbi4cics.messageformat.jdbc |
Uses of DisconnectedStatement in it.imolinfo.jbi4cics.connection.jdbc.util |
---|
Subinterfaces of DisconnectedStatement in it.imolinfo.jbi4cics.connection.jdbc.util | |
---|---|
interface |
DisconnectedCallableStatement
|
interface |
DisconnectedPreparedStatement
|
Methods in it.imolinfo.jbi4cics.connection.jdbc.util that return DisconnectedStatement | |
---|---|
static DisconnectedStatement |
DisconnectedStatementFactory.createDisconnectedStatement()
|
static DisconnectedStatement |
DisconnectedStatementFactory.createDisconnectedStatement(int resultSetType,
int resultSetConcurrency)
|
static DisconnectedStatement |
DisconnectedStatementFactory.createDisconnectedStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
|
Uses of DisconnectedStatement in it.imolinfo.jbi4cics.messageformat.jdbc |
---|
Methods in it.imolinfo.jbi4cics.messageformat.jdbc that return DisconnectedStatement | |
---|---|
DisconnectedStatement |
JdbcOutputMessage.getDisconnectedSatetement()
|
Methods in it.imolinfo.jbi4cics.messageformat.jdbc with parameters of type DisconnectedStatement | |
---|---|
void |
JdbcOutputMessage.setDisconnectedSatetement(DisconnectedStatement disconnectedSatetement)
|
Constructors in it.imolinfo.jbi4cics.messageformat.jdbc with parameters of type DisconnectedStatement | |
---|---|
JdbcOutputMessage(DisconnectedStatement disconnectedSatetement,
java.sql.ResultSet cacheRowSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |