Uses of Class
org.geotools.jdbc.VirtualTable
-
Packages that use VirtualTable Package Description org.geotools.jdbc -
-
Uses of VirtualTable in org.geotools.jdbc
Fields in org.geotools.jdbc with type parameters of type VirtualTable Modifier and Type Field Description protected Map<String,VirtualTable>
JDBCDataStore. virtualTables
Contains the SQL definition of the various virtual tablesMethods in org.geotools.jdbc that return VirtualTable Modifier and Type Method Description VirtualTable
JDBCDataStore. dropVirtualTable(String name)
Removes and returns the specified virtual tableMethods in org.geotools.jdbc that return types with arguments of type VirtualTable Modifier and Type Method Description 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 Modifier and Type Method Description void
JDBCDataStore. createVirtualTable(VirtualTable vtable)
Adds a virtual table to the data store.Constructors in org.geotools.jdbc with parameters of type VirtualTable Constructor Description VirtualTable(String name, VirtualTable other)
Clone a virtual table under a different nameVirtualTable(VirtualTable other)
Clone a virtual table
-