public class UniqueDefinition extends Object
Constructor and Description |
---|
UniqueDefinition(Collection<String> columnNames) |
UniqueDefinition(String... columnNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(String columnName) |
Set<String> |
getColumnNames() |
int |
hashCode() |
public UniqueDefinition(String... columnNames)
columnNames
- the names of the columns that have the SQLite property of Uniquepublic UniqueDefinition(Collection<String> columnNames)
columnNames
- the names of the columns that have the SQLite property of
Uniquepublic Set<String> getColumnNames()
public boolean equals(String columnName)
columnName
- the name of the columnCopyright © 2022 Open Geospatial Consortium. All rights reserved.