public class TableMetadataColumnPlain extends TableMetadataColumn
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 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–2018. All rights reserved.