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