|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualTable | |
---|---|
org.geotools.jdbc |
Uses of VirtualTable in org.geotools.jdbc |
---|
Fields in org.geotools.jdbc with type parameters of type VirtualTable | |
---|---|
protected Map<String,VirtualTable> |
JDBCDataStore.virtualTables
Contains the SQL definition of the various virtual tables |
Methods in org.geotools.jdbc that return VirtualTable | |
---|---|
VirtualTable |
JDBCDataStore.dropVirtualTable(String name)
Removes and returns the specified virtual table |
VirtualTable |
JDBCDataStore.removeVirtualTable(String name)
Deprecated. Use dropVirtualTable instead |
Methods in org.geotools.jdbc that return types with arguments of type VirtualTable | |
---|---|
Map<String,VirtualTable> |
JDBCDataStore.getVirtualTables()
Returns a live, immutable view of the virtual tables map (from name to definition) |
Methods in org.geotools.jdbc with parameters of type VirtualTable | |
---|---|
void |
JDBCDataStore.addVirtualTable(VirtualTable vtable)
Deprecated. Use createVirtualTable instead |
void |
JDBCDataStore.createVirtualTable(VirtualTable vtable)
Adds a virtual table to the data store. |
Constructors in org.geotools.jdbc with parameters of type VirtualTable | |
---|---|
VirtualTable(String name,
VirtualTable other)
Clone a virtual table under a different name |
|
VirtualTable(VirtualTable other)
Clone a virtual table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |