Uses of Class
org.geotools.jdbc.VirtualTable
- 
Packages that use VirtualTable Package Description org.geotools.jdbc 
- 
- 
Uses of VirtualTable in org.geotools.jdbcFields in org.geotools.jdbc with type parameters of type VirtualTable Modifier and Type Field Description protected Map<String,VirtualTable>JDBCDataStore. virtualTablesContains the SQL definition of the various virtual tablesMethods in org.geotools.jdbc that return VirtualTable Modifier and Type Method Description VirtualTableJDBCDataStore. 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 voidJDBCDataStore. 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
 
-