Package com.mchange.v1.db.sql.schemarep
Class TableRepImpl
java.lang.Object
com.mchange.v1.db.sql.schemarep.TableRepImpl
- All Implemented Interfaces:
TableRep
-
Constructor Summary
ConstructorDescriptionTableRepImpl
(String tableName, List colReps, Collection primaryKeyColNames, Collection foreignKeyReps, Collection uniqConstrReps) -
Method Summary
-
Constructor Details
-
TableRepImpl
public TableRepImpl(String tableName, List colReps, Collection primaryKeyColNames, Collection foreignKeyReps, Collection uniqConstrReps)
-
-
Method Details
-
getTableName
- Specified by:
getTableName
in interfaceTableRep
-
getColumnNames
- Specified by:
getColumnNames
in interfaceTableRep
-
columnRepForName
- Specified by:
columnRepForName
in interfaceTableRep
-
getPrimaryKeyColumnNames
- Specified by:
getPrimaryKeyColumnNames
in interfaceTableRep
-
getForeignKeyReps
- Specified by:
getForeignKeyReps
in interfaceTableRep
-
getUniquenessConstraintReps
- Specified by:
getUniquenessConstraintReps
in interfaceTableRep
-
equals
-
hashCode
public int hashCode()
-