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
- Module:
modules/library/jdbc (gt-jdbc.jar)
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-2010 Geotools. All Rights Reserved.