|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.jdbc.PrimaryKey
org.geotools.jdbc.NullPrimaryKey
public class NullPrimaryKey
Primary key for tables which do not have a primary key.
New key values are generated "from thin air" and are not persistent.
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 |
---|
public NullPrimaryKey(java.lang.String tableName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |