|
SMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Dbviz Table operations.
Merily exports the operations on a Dbviz Table after its creation.
| Method Summary | |
List |
getColumnList()
get the columns of this table as a list. |
List |
getForeignKeyList()
get the foreignkeys of this table as a list. |
String |
getTableName()
the table name. |
DbvizColumn |
hasColumn(String name)
find column within table definition. |
boolean |
hasForeignKeyTo(TableQName table)
check foreign key assertion. |
String |
hasSchemaName()
the schema name. |
| Methods inherited from interface smacs.util.schema.HasTableSchemaNameSpec |
getTableSchemaNameSpec |
| Methods inherited from interface smacs.util.schema.HasTableSchemaName |
getTableSchemaBaseNameSpec, getTableSchemaName |
| Method Detail |
public String getTableName()
SqlTableReference
getTableName in interface HasTableNamepublic String hasSchemaName()
hasSchemaName in interface TableQNamepublic DbvizColumn hasColumn(String name)
public boolean hasForeignKeyTo(TableQName table)
public List getColumnList()
public List getForeignKeyList()
|
SMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||