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, waitasc, desc, orderingpublic ViewColumnMeta(ViewColumnType type)
public ViewColumnMeta(ViewColumnType type, int length)
public ViewColumnType getColumnType()
public String getName()
ColumnMetagetName in interface ColumnMeta<V>public String jdbcGetterName()
ColumnMetajdbcGetterName in interface ColumnMeta<V>public String getCelestaType()
ColumnMetagetCelestaType in interface ColumnMeta<V>public Class<?> getJavaClass()
ColumnMetagetJavaClass in interface ColumnMeta<V>public boolean isNullable()
ColumnMetaisNullable in interface ColumnMeta<V>public String getCelestaDoc()
ColumnMetagetCelestaDoc in interface ColumnMeta<V>public int getLength()
Copyright © 2020 CURS. All rights reserved.