org.geotools.jdbc
Class PrimaryKey

Object
  extended by 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

Constructor Summary
PrimaryKey(String tableName, List<PrimaryKeyColumn> columns)
           
 
Method Summary
 List<PrimaryKeyColumn> getColumns()
           
 String getTableName()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryKey

public PrimaryKey(String tableName,
                  List<PrimaryKeyColumn> columns)
Method Detail

getColumns

public List<PrimaryKeyColumn> getColumns()

getTableName

public String getTableName()


Copyright © 1996-2014 Geotools. All Rights Reserved.