| Package | Description |
|---|---|
| oracle.ifs.server.sql | |
| oracle.ifs.share.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
IfsCallableStatement
An IfsCallableStatement is a special type of CallableStatementWrapper used
when the underlying JDBC connection is obtained from a server-side
session context.
|
class |
IfsPreparedStatement
An IfsPreparedStatement is a special type of PreparedStatementWrapper used
when the underlying JDBC connection is obtained from a server-side
session context.
|
| Modifier and Type | Method and Description |
|---|---|
protected PreparedStatementWrapper |
IfsConnection.constructPreparedStatementWrapper(PreparedStatement pstmt)
Constructs a PreparedStatementWrapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementWrapper
A CallableStatementWrapper wraps a JDBC CallableStatement, so that execution
can be delegated to a ConnectionWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
protected PreparedStatementWrapper |
ConnectionWrapper.constructPreparedStatementWrapper(PreparedStatement pstmt)
Constructs a PreparedStatementWrapper.
|
PreparedStatementWrapper |
ConnectionWrapper.prepareStatement(String sql)
Create a prepared statement.
|
Copyright © 2025. All rights reserved.