Uses of Class
com.vividsolutions.jump.datastore.PrimaryKeyColumn
-
Packages that use PrimaryKeyColumn Package Description com.vividsolutions.jump.datastore com.vividsolutions.jump.datastore.spatialdatabases org.openjump.core.ui.plugin.datastore -
-
Uses of PrimaryKeyColumn in com.vividsolutions.jump.datastore
Methods in com.vividsolutions.jump.datastore that return types with arguments of type PrimaryKeyColumn Modifier and Type Method Description List<PrimaryKeyColumn>DataStoreMetadata. getPrimaryKeyColumns(String datasetName)Returns columns of this dataset involved in the Primary Key. -
Uses of PrimaryKeyColumn in com.vividsolutions.jump.datastore.spatialdatabases
Methods in com.vividsolutions.jump.datastore.spatialdatabases that return types with arguments of type PrimaryKeyColumn Modifier and Type Method Description List<PrimaryKeyColumn>SpatialDatabasesDSMetadata. getPrimaryKeyColumns(String datasetName)Returns PRIMARY KEY columns of dataset names. -
Uses of PrimaryKeyColumn in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return PrimaryKeyColumn Modifier and Type Method Description PrimaryKeyColumnAddWritableDataStoreLayerPanel. getIdentifierColumn()
-