Uses of Class
org.conical.common.bbl.db.querier.ColumnModel
Package
Description
Contains utilities to query a variety of database vendors for information retrieved outside of the SQL spec (typically meta-data).
-
Uses of ColumnModel in org.conical.common.bbl.db.querier
Modifier and TypeMethodDescriptionprotected ColumnModel
MySqlQuerier.getColumnModelFromResult
(ResultSet rs) protected ColumnModel
OracleQuerier.getColumnModelFromResult
(ResultSet rs) protected ColumnModel
PostgresQuerier.getColumnModelFromResult
(ResultSet rs) protected abstract ColumnModel
Querier.getColumnModelFromResult
(ResultSet rs) Modifier and TypeMethodDescriptionQuerier.getColumnsFromTable
(String tableName) Retrieves a set of all the columns in the table with the given nameModifier and TypeMethodDescriptionprotected void
OracleQuerier.assignKeyInformation
(Set<ColumnModel> columnSet, String tableName) protected void
Querier.assignKeyInformation
(Set<ColumnModel> columnSet, String tableName)