Package | Description |
---|---|
org.geotools.jdbc |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 1996–2022 Geotools. All rights reserved.