Uses of Class
org.geotools.jdbc.Index
-
Packages that use Index Package Description org.geotools.jdbc -
-
Uses of Index in org.geotools.jdbc
Methods in org.geotools.jdbc that return types with arguments of type Index Modifier and Type Method Description List<Index>
JDBCDataStore. getIndexes(String typeName)
Lists all indexes associated to the given feature typeList<Index>
SQLDialect. 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 Index Modifier and Type Method Description void
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.
-