V
- Java class of column valuepublic interface ColumnMeta<V>
Modifier and Type | Interface and Description |
---|---|
static class |
ColumnMeta.Ordering
Column ordering specifier.
|
Modifier and Type | Method and Description |
---|---|
default ColumnMeta<V> |
asc()
Returns
this column meta information with ascending ordering set. |
default ColumnMeta<V> |
desc()
Returns
this column meta information with descending ordering set. |
String |
getCelestaDoc()
Column's CelestaDoc.
|
String |
getCelestaType()
Celesta data type that corresponds to the field.
|
Class<?> |
getJavaClass()
Returns corresponding Java data type.
|
String |
getName()
Returns column name.
|
boolean |
isNullable()
Whether the field is nullable.
|
String |
jdbcGetterName()
Name of jdbcGetter that should be used for getting column data.
|
default ColumnMeta.Ordering |
ordering()
Returns column ordering if any.
|
String getName()
String jdbcGetterName()
String getCelestaType()
Class<?> getJavaClass()
boolean isNullable()
String getCelestaDoc()
default ColumnMeta.Ordering ordering()
null
if ordering is unspecifieddefault ColumnMeta<V> asc()
this
column meta information with ascending ordering set.default ColumnMeta<V> desc()
this
column meta information with descending ordering set.Copyright © 2023 CURS. All rights reserved.