@UtilityMarker public final class QueryUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
executeAgainstSchema(Query query,
Statement statement,
Map<String,InclusionRule> limitMap) |
static ResultSet |
executeAgainstTable(Query query,
Statement statement,
Table table,
boolean isAlphabeticalSortForTableColumns,
Identifiers identifiers) |
static long |
executeForLong(Query query,
Connection connection,
Table table,
Identifiers identifiers) |
static Object |
executeForScalar(Query query,
Connection connection) |
static Object |
executeForScalar(Query query,
Connection connection,
Table table,
Identifiers identifiers) |
public static ResultSet executeAgainstSchema(Query query, Statement statement, Map<String,InclusionRule> limitMap) throws SQLException
SQLExceptionpublic static ResultSet executeAgainstTable(Query query, Statement statement, Table table, boolean isAlphabeticalSortForTableColumns, Identifiers identifiers) throws SQLException
SQLExceptionpublic static long executeForLong(Query query, Connection connection, Table table, Identifiers identifiers) throws SQLException
SQLExceptionpublic static Object executeForScalar(Query query, Connection connection) throws SQLException
SQLExceptionpublic static Object executeForScalar(Query query, Connection connection, Table table, Identifiers identifiers) throws SQLException
SQLExceptionCopyright © 2000-2024 Sualeh Fatehi. All rights reserved.