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
ConstructorDescriptionOracleQuerier
(DataSourceReference dbInfo) Creates a Oracle-specific Querier using the passed data source -
Method Summary
Modifier and TypeMethodDescriptionprotected void
assignKeyInformation
(Set<ColumnModel> columnSet, String tableName) protected ColumnModel
protected PreparedStatement
getPsForColumnLookup
(Connection conn, String tableName) protected String
Methods 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:
getTableSelectionSql
in classQuerier
-
getColumnModelFromResult
- Specified by:
getColumnModelFromResult
in classQuerier
- Throws:
SQLException
-
getPsForColumnLookup
protected PreparedStatement getPsForColumnLookup(Connection conn, String tableName) throws SQLException - Specified by:
getPsForColumnLookup
in classQuerier
- Throws:
SQLException
-
assignKeyInformation
- Overrides:
assignKeyInformation
in classQuerier
-