Class PostgresQuerier
java.lang.Object
org.conical.common.bbl.db.querier.Querier
org.conical.common.bbl.db.querier.PostgresQuerier
Implementation of Querier for Postgres databases.
NOTE: this class is not implemented and does not work!
TODO: implement
- Author:
- rdoherty
-
Constructor Summary
ConstructorDescriptionPostgresQuerier
(DataSourceReference source) Creates a Postgres-specific Querier using the passed data source -
Method Summary
Modifier and TypeMethodDescriptionprotected ColumnModel
protected PreparedStatement
getPsForColumnLookup
(Connection conn, String tableName) protected String
Methods inherited from class org.conical.common.bbl.db.querier.Querier
assignKeyInformation, getColumnsFromTable, getConnection, getTableNames
-
Constructor Details
-
PostgresQuerier
Creates a Postgres-specific Querier using the passed data source- Parameters:
source
- reference to data source for this querier
-
-
Method Details
-
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
-
getTableSelectionSql
- Specified by:
getTableSelectionSql
in classQuerier
-