public final class IntegerColumn extends Column<Integer>
ColumnMeta.Ordering| Modifier and Type | Field and Description |
|---|---|
static String |
CELESTA_TYPE
Celesta type of the column data.
|
MAX_IDENTIFIER_LENGTH| Constructor and Description |
|---|
IntegerColumn(TableElement table,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCelestaDefault()
DEFAULT value of the field in CelestaSQL language.
|
String |
getCelestaType()
Celesta data type that corresponds to the field.
|
Integer |
getDefaultValue()
Returns default value.
|
Class<?> |
getJavaClass()
Returns corresponding Java data type.
|
SequenceElement |
getSequence()
Returns sequence of the column.
|
String |
jdbcGetterName()
Name of jdbcGetter that should be used for getting column data.
|
void |
setCelestaDoc(String celestaDoc)
Sets value of document string.
|
delete, getOptions, getParentTable, isNullable, setNullableAndDefault, toStringequals, getCelestaDoc, getName, getQuotedName, getQuotedNameIfNeeded, hashCode, limitName, limitNameasc, desc, getCelestaDoc, getName, orderingpublic static final String CELESTA_TYPE
public IntegerColumn(TableElement table, String name) throws ParseException
ParseExceptionpublic Integer getDefaultValue()
ColumngetDefaultValue in class Column<Integer>public SequenceElement getSequence()
public String jdbcGetterName()
ColumnMetapublic String getCelestaType()
ColumnMetapublic Class<?> getJavaClass()
ColumnMetapublic String getCelestaDefault()
ColumngetCelestaDefault in class Column<Integer>public void setCelestaDoc(String celestaDoc) throws ParseException
NamedElementsetCelestaDoc in class NamedElementcelestaDoc - new valueParseException - incorrect CelestaDocCopyright © 2023 CURS. All rights reserved.