@UtilityMarker public final class QueryUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
executeAgainstSchema(Query query,
Statement statement,
InclusionRule schemaInclusionRule) |
static ResultSet |
executeAgainstTable(Query query,
Statement statement,
Table table,
boolean isAlphabeticalSortForTableColumns) |
static long |
executeForLong(Query query,
Connection connection,
Table table) |
static Object |
executeForScalar(Query query,
Connection connection) |
static Object |
executeForScalar(Query query,
Connection connection,
Table table) |
public static ResultSet executeAgainstSchema(Query query, Statement statement, InclusionRule schemaInclusionRule) throws SQLException
SQLExceptionpublic static ResultSet executeAgainstTable(Query query, Statement statement, Table table, boolean isAlphabeticalSortForTableColumns) throws SQLException
SQLExceptionpublic static long executeForLong(Query query, Connection connection, Table table) throws SchemaCrawlerException
SchemaCrawlerExceptionpublic static Object executeForScalar(Query query, Connection connection) throws SchemaCrawlerException
SchemaCrawlerExceptionpublic static Object executeForScalar(Query query, Connection connection, Table table) throws SchemaCrawlerException
SchemaCrawlerExceptionCopyright © 2000-2017 Sualeh Fatehi. All rights reserved.