org.geotools.jdbc
Class NullPrimaryKey

java.lang.Object
  extended by org.geotools.jdbc.PrimaryKey
      extended by org.geotools.jdbc.NullPrimaryKey

public class NullPrimaryKey
extends PrimaryKey

Primary key for tables which do not have a primary key.

New key values are generated "from thin air" and are not persistent.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
NullPrimaryKey(java.lang.String tableName)
           
 
Method Summary
 
Methods inherited from class org.geotools.jdbc.PrimaryKey
getColumns, getTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPrimaryKey

public NullPrimaryKey(java.lang.String tableName)


Copyright © 1996-2010 Geotools. All Rights Reserved.