public class TableColumn extends SchemaObject
NEW_LINE, OS_NEW_LINETAG_ATT_COLUMN, TAG_ATT_NAME, TAG_ATT_NULLABLE, TAG_ATT_REF_COLUMN, TAG_ATT_SEQUENCE, TAG_ATT_SIZE, TAG_ATT_TABLE, TAG_ATT_TYPE, TAG_NAME_COLUMN, TAG_NAME_COLUMNS, TAG_NAME_DB, TAG_NAME_F_KEY, TAG_NAME_F_KEYS, TAG_NAME_KEY, TAG_NAME_P_KEY, TAG_NAME_P_KEYS, TAG_NAME_SEQUENCE, TAG_NAME_TAB_SPACE, TAG_NAME_TABLE, TAG_NAME_TABLES, TAG_NAME_TRIGGER, TAG_NAME_VIEW| Constructor and Description |
|---|
TableColumn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object compare) |
int |
getSize() |
String |
getType() |
boolean |
isNullable() |
String |
printSchemaData() |
void |
setNullable(boolean nullable) |
void |
setSize(int size) |
void |
setType(String type) |
String |
toString() |
String |
toString1() |
getName, getSchemaType, setName, setSchemaTypedebug, getLenName, insertInstanceValue, printInstanceValuespublic String getType()
public void setType(String type)
public int getSize()
public void setSize(int size)
public boolean isNullable()
public void setNullable(boolean nullable)
public String toString1()
public String toString()
toString in class SMYLDObjectpublic String printSchemaData()
printSchemaData in class SchemaObjectCopyright © 2019 SMYLD. All rights reserved.