public class TableMetadataColumnPlain extends TableMetadataColumn
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
TableMetadataColumnPlain() |
TableMetadataColumnPlain(String columnName,
boolean key,
int indexPlain) |
Modifier and Type | Method and Description |
---|---|
int |
getIndexPlain() |
protected CodegenExpression |
make(CodegenMethodScope parent,
ModuleTableInitializeSymbol symbols,
CodegenClassScope classScope) |
void |
setIndexPlain(int indexPlain) |
getColumnName, isKey, makeColumns, setColumnName, setKey
public static final EPTypeClass EPTYPE
public TableMetadataColumnPlain()
public TableMetadataColumnPlain(String columnName, boolean key, int indexPlain)
protected CodegenExpression make(CodegenMethodScope parent, ModuleTableInitializeSymbol symbols, CodegenClassScope classScope)
make
in class TableMetadataColumn
public int getIndexPlain()
public void setIndexPlain(int indexPlain)
Copyright © 2005–2021. All rights reserved.