| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected CallableStatementWrapper | 
IfsConnection.constructCallableStatementWrapper(CallableStatement cstmt)
Constructs a CallableStatementWrapper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected CallableStatementWrapper | 
ConnectionWrapper.constructCallableStatementWrapper(CallableStatement cstmt)
Constructs a CallableStatementWrapper. 
 | 
CallableStatementWrapper | 
ConnectionWrapper.prepareCall(String sql)
Create a callable statement, used for stored procedures. 
 | 
Copyright © 2025. All rights reserved.