Class ColumnDefinerFactory
java.lang.Object
ru.curs.celesta.dbutils.adaptors.column.ColumnDefinerFactory
Column definer factory.
Usage pattern:
Usage pattern:
ColumnDefinerFactory.getColumnDefiner(...);-
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnDefinergetColumnDefiner(DBType dbType, Class<? extends Column<?>> cls) Returns a column definer depending on the DB type and column type.
-
Method Details
-
getColumnDefiner
Returns a column definer depending on the DB type and column type.- Parameters:
dbType- DB type.cls- column class
-