public final class Util
extends java.lang.Object
This class contains utility functions for use in all delegate classes.
| Modifier and Type | Method and Description |
|---|---|
static void |
closeResultSet(java.sql.ResultSet rs)
Cleanup helper method that closes the given
ResultSet
while ignoring any errors. |
static void |
closeStatement(java.sql.Statement statement)
Cleanup helper method that closes the given
Statement
while ignoring any errors. |
static java.lang.String |
rtp(java.lang.String query,
java.lang.String tablePrefix,
java.lang.String schedNameLiteral)
Replace the table prefix in a query by replacing any occurrences of
"{0}" with the table prefix.
|
static void |
setBeanProps(java.lang.Object obj,
java.lang.String[] propNames,
java.lang.Object[] propValues) |
public static java.lang.String rtp(java.lang.String query,
java.lang.String tablePrefix,
java.lang.String schedNameLiteral)
Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.
query - the unsubstitued querytablePrefix - the table prefixpublic static void closeResultSet(java.sql.ResultSet rs)
ResultSet
while ignoring any errors.public static void closeStatement(java.sql.Statement statement)
Statement
while ignoring any errors.public static void setBeanProps(java.lang.Object obj,
java.lang.String[] propNames,
java.lang.Object[] propValues)
throws JobPersistenceException
JobPersistenceExceptionCopyright IBM Corp. 2024, 2025