Uses of Class
org.datanucleus.store.rdbms.exceptions.ColumnDefinitionException
Packages that use ColumnDefinitionException
Package
Description
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 ColumnDefinitionExceptionModifier and TypeMethodDescriptionvoidColumn.checkDecimal()Checks the column definition as a decimal.final voidColumnImpl.checkDecimal()voidColumn.checkInteger()Checks the column definition as an integer.final voidColumnImpl.checkInteger()voidColumn.checkPrimitive()Checks the column definition as a primitive.final voidColumnImpl.checkPrimitive()voidColumn.checkString()Checks the column definition as a string.final voidColumnImpl.checkString()