Uses of Class
org.geotools.jdbc.VirtualTable
Packages that use VirtualTable
-
Uses of VirtualTable in org.geotools.jdbc
Fields in org.geotools.jdbc with type parameters of type VirtualTableModifier and TypeFieldDescriptionprotected Map<String,VirtualTable> JDBCDataStore.virtualTablesContains the SQL definition of the various virtual tablesMethods in org.geotools.jdbc that return VirtualTableModifier and TypeMethodDescriptionJDBCDataStore.dropVirtualTable(String name) Removes and returns the specified virtual tableMethods in org.geotools.jdbc that return types with arguments of type VirtualTableModifier and TypeMethodDescriptionJDBCDataStore.getVirtualTables()Returns a live, immutable view of the virtual tables map (from name to definition)Methods in org.geotools.jdbc with parameters of type VirtualTableModifier and TypeMethodDescriptionvoidJDBCDataStore.createVirtualTable(VirtualTable vtable) Adds a virtual table to the data store.Constructors in org.geotools.jdbc with parameters of type VirtualTableModifierConstructorDescriptionVirtualTable(String name, VirtualTable other) Clone a virtual table under a different nameVirtualTable(VirtualTable other) Clone a virtual table