org.geotools.jdbc
Class PrimaryKey
Object
PrimaryKey
- Direct Known Subclasses:
- NullPrimaryKey
public class PrimaryKey
- extends Object
Primary key of a table.
- Author:
- Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimaryKey
public PrimaryKey(String tableName,
List<PrimaryKeyColumn> columns)
getColumns
public List<PrimaryKeyColumn> getColumns()
getTableName
public String getTableName()
Copyright © 1996-2014 Geotools. All Rights Reserved.