V
- Java class of column valuepublic final class ViewColumnMeta<V> extends Object implements ColumnMeta<V>
ColumnMeta.Ordering
Constructor and Description |
---|
ViewColumnMeta(ViewColumnType type) |
ViewColumnMeta(ViewColumnType type,
int length) |
Modifier and Type | Method and Description |
---|---|
String |
getCelestaDoc()
Column's CelestaDoc.
|
String |
getCelestaType()
Celesta data type that corresponds to the field.
|
ViewColumnType |
getColumnType()
Returns column type.
|
Class<?> |
getJavaClass()
Returns corresponding Java data type.
|
int |
getLength()
Returns field's length (or -1 if undefined).
|
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, desc, ordering
public ViewColumnMeta(ViewColumnType type)
public ViewColumnMeta(ViewColumnType type, int length)
public ViewColumnType getColumnType()
public String getName()
ColumnMeta
getName
in interface ColumnMeta<V>
public String jdbcGetterName()
ColumnMeta
jdbcGetterName
in interface ColumnMeta<V>
public String getCelestaType()
ColumnMeta
getCelestaType
in interface ColumnMeta<V>
public Class<?> getJavaClass()
ColumnMeta
getJavaClass
in interface ColumnMeta<V>
public boolean isNullable()
ColumnMeta
isNullable
in interface ColumnMeta<V>
public String getCelestaDoc()
ColumnMeta
getCelestaDoc
in interface ColumnMeta<V>
public int getLength()
Copyright © 2023 CURS. All rights reserved.