| Constructor and Description |
|---|
TableRepImpl(String tableName,
List colReps,
Collection primaryKeyColNames,
Collection foreignKeyReps,
Collection uniqConstrReps) |
| Modifier and Type | Method and Description |
|---|---|
ColumnRep |
columnRepForName(String name) |
boolean |
equals(Object o) |
Iterator |
getColumnNames() |
Set |
getForeignKeyReps() |
Set |
getPrimaryKeyColumnNames() |
String |
getTableName() |
Set |
getUniquenessConstraintReps() |
int |
hashCode() |
public TableRepImpl(String tableName, List colReps, Collection primaryKeyColNames, Collection foreignKeyReps, Collection uniqConstrReps)
public String getTableName()
getTableName in interface TableReppublic Iterator getColumnNames()
getColumnNames in interface TableReppublic ColumnRep columnRepForName(String name)
columnRepForName in interface TableReppublic Set getPrimaryKeyColumnNames()
getPrimaryKeyColumnNames in interface TableReppublic Set getForeignKeyReps()
getForeignKeyReps in interface TableReppublic Set getUniquenessConstraintReps()
getUniquenessConstraintReps in interface TableRep