Package org.opengis.cite.gpkg10
Class UniqueDefinition
java.lang.Object
org.opengis.cite.gpkg10.UniqueDefinition
UniqueDefinition class.
- Author:
- Luke Lambert
-
Constructor Summary
ConstructorsConstructorDescriptionUniqueDefinition
(String... columnNames) Constructor for UniqueDefinition.UniqueDefinition
(Collection<String> columnNames) Constructor for UniqueDefinition. -
Method Summary
-
Constructor Details
-
UniqueDefinition
Constructor for UniqueDefinition.
- Parameters:
columnNames
- the names of the columns that have the SQLite property of Unique
-
UniqueDefinition
Constructor for UniqueDefinition.
- Parameters:
columnNames
- the names of the columns that have the SQLite property of Unique
-
-
Method Details
-
getColumnNames
Getter for the field
columnNames
.- Returns:
- the columnNames the names of the columns that have the SQLite property of Unique
-
equals
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()
-