Class OracleQuerier
java.lang.Object
org.conical.common.bbl.db.querier.Querier
org.conical.common.bbl.db.querier.OracleQuerier
Implementation of Querier for Oracle databases.
- Author:
- rdoherty
-
Constructor Summary
ConstructorsConstructorDescriptionOracleQuerier(DataSourceReference dbInfo) Creates a Oracle-specific Querier using the passed data source -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassignKeyInformation(Set<ColumnModel> columnSet, String tableName) protected ColumnModelprotected PreparedStatementgetPsForColumnLookup(Connection conn, String tableName) protected StringMethods inherited from class org.conical.common.bbl.db.querier.Querier
getColumnsFromTable, getConnection, getTableNames
-
Constructor Details
-
OracleQuerier
Creates a Oracle-specific Querier using the passed data source- Parameters:
dbInfo-
-
-
Method Details
-
getTableSelectionSql
- Specified by:
getTableSelectionSqlin classQuerier
-
getColumnModelFromResult
- Specified by:
getColumnModelFromResultin classQuerier- Throws:
SQLException
-
getPsForColumnLookup
protected PreparedStatement getPsForColumnLookup(Connection conn, String tableName) throws SQLException - Specified by:
getPsForColumnLookupin classQuerier- Throws:
SQLException
-
assignKeyInformation
- Overrides:
assignKeyInformationin classQuerier
-