Package | Description |
---|---|
org.geotools.jdbc |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VirtualTable> |
JDBCDataStore.virtualTables
Contains the SQL definition of the various virtual tables
|
Modifier and Type | Method and Description |
---|---|
VirtualTable |
JDBCDataStore.dropVirtualTable(String name)
Removes and returns the specified virtual table
|
VirtualTable |
JDBCDataStore.removeVirtualTable(String name)
Deprecated.
Use dropVirtualTable instead
|
Modifier and Type | Method and Description |
---|---|
Map<String,VirtualTable> |
JDBCDataStore.getVirtualTables()
Returns a live, immutable view of the virtual tables map (from name to definition)
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCDataStore.addVirtualTable(VirtualTable vtable)
Deprecated.
Use createVirtualTable instead
|
void |
JDBCDataStore.createVirtualTable(VirtualTable vtable)
Adds a virtual table to the data store.
|
Constructor and Description |
---|
VirtualTable(String name,
VirtualTable other)
Clone a virtual table under a different name
|
VirtualTable(VirtualTable other)
Clone a virtual table
|
Copyright © 1996–2019 Geotools. All rights reserved.