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 ColumnModelMySqlQuerier.getColumnModelFromResult(ResultSet rs) protected ColumnModelOracleQuerier.getColumnModelFromResult(ResultSet rs) protected ColumnModelPostgresQuerier.getColumnModelFromResult(ResultSet rs) protected abstract ColumnModelQuerier.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 voidOracleQuerier.assignKeyInformation(Set<ColumnModel> columnSet, String tableName) protected voidQuerier.assignKeyInformation(Set<ColumnModel> columnSet, String tableName)