Package highfive.model
Class UniqueIndex
- java.lang.Object
-
- highfive.model.UniqueIndex
-
public class UniqueIndex extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUniqueIndex.UniqueIndexMember
-
Constructor Summary
Constructors Constructor Description UniqueIndex(Identifier name, List<UniqueIndex.UniqueIndexMember> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UniqueIndex.UniqueIndexMember>getMembers()IdentifiergetName()
-
-
-
Constructor Detail
-
UniqueIndex
public UniqueIndex(Identifier name, List<UniqueIndex.UniqueIndexMember> columns)
-
-
Method Detail
-
getName
public Identifier getName()
-
getMembers
public List<UniqueIndex.UniqueIndexMember> getMembers()
-
-