Precondition: ‘Spatial Index Exists’
This precondition passes if the specified spatial index exists in the database.
Available Attributes
Attribute |
Description |
schemaName |
The name of the index's schema. |
indexName |
The name of the index. |
tableName |
The name of the table. Required for Derby and H2. |
columnNames |
The name of the indexed column(s). |
Example
<preConditions>
<spatial:spatialIndexExists tableName="SPATIAL_TABLE" columnNames="GEOMETRY_COLUMN" />
</preConditions>