Package org.opengis.cite.gpkg12
Class UniqueDefinition
java.lang.Object
org.opengis.cite.gpkg12.UniqueDefinition
- Author:
- Luke Lambert
-
Constructor Summary
ConstructorDescriptionUniqueDefinition
(String... columnNames) UniqueDefinition
(Collection<String> columnNames) -
Method Summary
-
Constructor Details
-
UniqueDefinition
- Parameters:
columnNames
- the names of the columns that have the SQLite property of Unique
-
UniqueDefinition
- Parameters:
columnNames
- the names of the columns that have the SQLite property of Unique
-
-
Method Details
-
getColumnNames
- Returns:
- the columnNames the names of the columns that have the SQLite property of Unique
-
equals
- Parameters:
columnName
- the name of the column- Returns:
- true if the column name given is in the set of this.columnNames; otherwise returns false.
-
equals
-
hashCode
public int hashCode()
-