Uses of Class
org.conical.common.bbl.db.querier.ColumnModel
Packages that use 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
Methods in org.conical.common.bbl.db.querier that return ColumnModelModifier 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) Methods in org.conical.common.bbl.db.querier that return types with arguments of type ColumnModelModifier and TypeMethodDescriptionQuerier.getColumnsFromTable
(String tableName) Retrieves a set of all the columns in the table with the given nameMethods in org.conical.common.bbl.db.querier with parameters of type ColumnModelMethod parameters in org.conical.common.bbl.db.querier with type arguments of type ColumnModelModifier and TypeMethodDescriptionprotected void
OracleQuerier.assignKeyInformation
(Set<ColumnModel> columnSet, String tableName) protected void
Querier.assignKeyInformation
(Set<ColumnModel> columnSet, String tableName)