| Package | Description | 
|---|---|
| oracle.ifs.core.tools.script | |
| oracle.ifs.core.tools.script.test.overrides | |
| oracle.ifs.core.util | |
| oracle.ifs.server | |
| oracle.ifs.server.sql | |
| oracle.ifs.share.sql | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
UpgradeOperations.closeStatement(StatementWrapper stmt)
Close a StatementWrapper, ignoring any Exceptions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
S_RecipeDocument.closeStatement(StatementWrapper stmt)
Close statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ColumnUtilities.closeStatement(StatementWrapper stmt)
Close a StatementWrapper, ignoring any Exceptions. 
 | 
static void | 
DatabaseUtilities.closeStatement(StatementWrapper stmt)
Close a StatementWrapper, ignoring any Exceptions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
S_LibraryService.closeStatement(StatementWrapper stmt)
Try our best to close a wrapped Statement; no exceptions thrown 
 | 
| 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. 
 | 
class  | 
IfsStatement
An IfsStatement is a special type of StatementWrapper used
 when the underlying JDBC connection is obtained from a server-side
 session context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected StatementWrapper | 
IfsConnection.constructStatementWrapper(Statement stmt)
Constructs a StatementWrapper. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CallableStatementWrapper
A CallableStatementWrapper wraps a JDBC CallableStatement, so that execution
 can be delegated to a ConnectionWrapper. 
 | 
class  | 
PreparedStatementWrapper
A PreparedStatementWrapper wraps a JDBC PreparedStatement, so that execution
 can be delegated to a ConnectionWrapper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected StatementWrapper | 
ConnectionWrapper.constructStatementWrapper(Statement stmt)
Constructs a StatementWrapper. 
 | 
StatementWrapper | 
ConnectionWrapper.createStatement()
Create a statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
StatementWrapper.closeStatement(StatementWrapper stmt)
Close the specified wrapped Statement as a best effort; 
 no exceptions thrown. 
 | 
Copyright © 2025. All rights reserved.