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