Uses of Class
org.datanucleus.store.rdbms.exceptions.ColumnDefinitionException
-
Packages that use ColumnDefinitionException Package Description org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of ColumnDefinitionException in org.datanucleus.store.rdbms.table
Methods in org.datanucleus.store.rdbms.table that throw ColumnDefinitionException Modifier and Type Method Description voidColumn. checkDecimal()Checks the column definition as a decimal.voidColumnImpl. checkDecimal()voidColumn. checkInteger()Checks the column definition as an integer.voidColumnImpl. checkInteger()voidColumn. checkPrimitive()Checks the column definition as a primitive.voidColumnImpl. checkPrimitive()voidColumn. checkString()Checks the column definition as a string.voidColumnImpl. checkString()
-