public class UniqueIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UniqueIndex.UniqueIndexMember |
| Constructor and Description |
|---|
UniqueIndex(Identifier name,
List<UniqueIndex.UniqueIndexMember> columns) |
| Modifier and Type | Method and Description |
|---|---|
List<UniqueIndex.UniqueIndexMember> |
getMembers() |
Identifier |
getName() |
public UniqueIndex(Identifier name, List<UniqueIndex.UniqueIndexMember> columns)
public Identifier getName()
public List<UniqueIndex.UniqueIndexMember> getMembers()
Copyright © 2024. All rights reserved.