Package | Description |
---|---|
oracle.ifs.server.sql | |
oracle.ifs.share.sql |
Modifier and Type | Class and Description |
---|---|
class |
IfsConnection
An IfsConnection is a special type of ConnectionWrapper used
when the underlying JDBC connection is obtained from a server-side
session context.
|
Constructor and Description |
---|
IfsCallableStatement(CallableStatement cstmt,
ConnectionWrapper cw)
Constructs an IfsCallableStatement.
|
IfsPreparedStatement(PreparedStatement pstmt,
ConnectionWrapper cw)
Constructs an IfsPreparedStatement.
|
IfsStatement(Statement stmt,
ConnectionWrapper cw)
Constructs an IfsStatement.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionWrapper |
StatementWrapper.getConnectionWrapper()
Gets the ConnectionWrapper used to construct this instance.
|
Constructor and Description |
---|
CallableStatementWrapper(CallableStatement cstmt,
ConnectionWrapper cw)
Constructs a CallableStatementWrapper.
|
PreparedStatementWrapper(PreparedStatement pstmt,
ConnectionWrapper cw)
Constructs a PreparedStatementWrapper.
|
StatementWrapper(Statement stmt,
ConnectionWrapper cw)
Constructs a StatementWrapper.
|
Copyright © 2023. All rights reserved.