Package | Description |
---|---|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
Modifier and Type | Method and Description |
---|---|
void |
Column.checkDecimal()
Checks the column definition as a decimal.
|
void |
ColumnImpl.checkDecimal() |
void |
Column.checkInteger()
Checks the column definition as an integer.
|
void |
ColumnImpl.checkInteger() |
void |
Column.checkPrimitive()
Checks the column definition as a primitive.
|
void |
ColumnImpl.checkPrimitive() |
void |
Column.checkString()
Checks the column definition as a string.
|
void |
ColumnImpl.checkString() |
Copyright © 2017. All rights reserved.