Uses of Class
org.geotools.jdbc.Index
Packages that use Index
-
Uses of Index in org.geotools.jdbc
Methods in org.geotools.jdbc that return types with arguments of type IndexModifier and TypeMethodDescriptionJDBCDataStore.getIndexes
(String typeName) Lists all indexes associated to the given feature typeSQLDialect.getIndexes
(Connection cx, String databaseSchema, String typeName) Returns the list of indexes for a certain table.Methods in org.geotools.jdbc with parameters of type IndexModifier and TypeMethodDescriptionvoid
JDBCDataStore.createIndex
(Index index) Creates a new database indexvoid
SQLDialect.createIndex
(Connection cx, SimpleFeatureType schema, String databaseSchema, Index index) Performs the class "create [unique] indexName on tableName(att1, att2, ..., attN)" call.