public final class ZonedDateTimeColumn extends Column<ZonedDateTime>
ColumnMeta.Ordering| Modifier and Type | Field and Description |
|---|---|
static String |
CELESTA_TYPE
Celesta type of the column data.
|
MAX_IDENTIFIER_LENGTH| Constructor and Description |
|---|
ZonedDateTimeColumn(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.
|
ZonedDateTime |
getDefaultValue()
Returns default value.
|
Class<?> |
getJavaClass()
Returns corresponding Java data type.
|
String |
jdbcGetterName()
Name of jdbcGetter that should be used for getting column data.
|
delete, getOptions, getParentTable, isNullable, setNullableAndDefault, toStringequals, getCelestaDoc, getName, getQuotedName, getQuotedNameIfNeeded, hashCode, limitName, limitName, setCelestaDocasc, desc, getCelestaDoc, getName, orderingpublic static final String CELESTA_TYPE
public ZonedDateTimeColumn(TableElement table, String name) throws ParseException
ParseExceptionpublic ZonedDateTime getDefaultValue()
ColumngetDefaultValue in class Column<ZonedDateTime>public String jdbcGetterName()
ColumnMetapublic String getCelestaType()
ColumnMetapublic Class<?> getJavaClass()
ColumnMetapublic String getCelestaDefault()
ColumngetCelestaDefault in class Column<ZonedDateTime>Copyright © 2023 CURS. All rights reserved.