- generateCreateIndexSql(CreateSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
-
Generates the SQL for creating the spatial index.
- generateDeleteMetadataSql(CreateSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
-
Generates the SQL for deleting any existing record from the
USER_SDO_GEOM_METADATA
table.
- generateInsertMetadataSql(CreateSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
-
Generates the SQL for inserting the necessary record into the
USER_SDO_GEOM_METADATA
table.
- generateSql(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
-
Find any fields that look like WKT or EWKT and replace them with the database-specific value.
- generateSql(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
-
Find any fields that look like WKT or EWKT and replace them with the database-specific value.
- generateSql(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.AddGeometryColumnGeneratorGeoDB
-
- generateSql(CreateSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorGeoDB
-
- generateSql(CreateSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorMySQL
-
- generateSql(CreateSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
-
- generateSql(CreateSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorPostgreSQL
-
- generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialTableGeneratorGeoDB
-
- generateSql(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropGeometryColumnGeneratorGeoDB
-
- generateSql(DropSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorGeoDB
-
- generateSql(DropSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorOracle
-
- generateSql(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorGeoDB
-
- generateSql(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorOracle
-
- generateSqlIfExists(DropSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorGeoDB
-
Generates the SQL statement to drop the spatial index if it exists.
- generateStatements(Database) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- generateStatements(Database) - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
-
- geometryColumnsExists(Database) - Static method in class liquibase.ext.spatial.utils.GeometryColumnsUtils
-
Indicates if the GEOMETRY_COLUMNS
table or view exists.
- GeometryColumnsUtils - Class in liquibase.ext.spatial.utils
-
GeometryColumnsUtils
provides useful methods for checking the
GEOMETRY_COLUMNS
table.
- GeometryType - Class in liquibase.ext.spatial.datatype
-
The GeometryType
assists in defining database-specific geometry types and converting
SQL representations of geometries.
- GeometryType() - Constructor for class liquibase.ext.spatial.datatype.GeometryType
-
- getAffectedIndex(CreateSpatialIndexStatement) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractCreateSpatialIndexGenerator
-
- getCatalogName() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getCatalogName() - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
-
- getCatalogName() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getColumnNames() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getColumns() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getColumns() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-
- getConfirmationMessage() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getConfirmationMessage() - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
-
- getExample(Database, String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
Creates an example of the database object for which to check.
- getGeometryType() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
Returns the geometry type.
- getGeometryType() - Method in class liquibase.ext.spatial.datatype.GeometryType
-
Returns the value geometry type parameter.
- getGeometryType() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-
Returns the WKT geometry type (e.g.
- getGeomFromWktFunction() - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorGeoDB
-
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
- getGeomFromWktFunction() - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorMySQL
-
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
- getGeomFromWktFunction() - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorOracle
-
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
- getGeomFromWktFunction() - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorGeoDB
-
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
- getGeomFromWktFunction() - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorMySQL
-
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
- getGeomFromWktFunction() - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorOracle
-
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
- getGeomFromWktFunction() - Method in interface liquibase.ext.spatial.sqlgenerator.WktInsertOrUpdateGenerator
-
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
- getGtype(String) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
-
Converts the OGC geometry type to Oracle's SDO_GTYPE
.
- getHatboxTableName() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
Generates the table name containing the Hatbox index.
- getIndexExample(Database, Schema, String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
Generates the Index
example (taken from IndexExistsPrecondition
).
- getIndexName() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getIndexName() - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
-
- getIndexName() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getIndexName() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-
- getIndexName() - Method in class liquibase.ext.spatial.statement.DropSpatialIndexStatement
-
Returns the index name.
- getName() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getName() - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
-
- getOracleSrid(String, Database) - Static method in class liquibase.ext.spatial.sqlgenerator.OracleSpatialUtils
-
Converts the given EPSG SRID to the corresponding Oracle SRID.
- getOracleWkt(String) - Static method in class liquibase.ext.spatial.sqlgenerator.OracleSpatialUtils
-
Converts the given Well-Known Text string to one that will work in Oracle.
- getParameters(CreateSpatialIndexStatement) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
-
Creates the parameters to the spatial index creation statement.
- getPriority() - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
-
- getPriority() - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
-
- getPriority() - Method in class liquibase.ext.spatial.sqlgenerator.AddGeometryColumnGeneratorGeoDB
-
- getPriority() - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialTableGeneratorGeoDB
-
- getPriority() - Method in class liquibase.ext.spatial.sqlgenerator.DropGeometryColumnGeneratorGeoDB
-
- getPriority() - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorGeoDB
-
- getPriority() - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorOracle
-
- getSchemaName() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getSchemaName() - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
-
- getSchemaName() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getSerializableFields() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getSerializableFields() - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
-
- getSerializableFieldType(String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getSerializableFieldType(String) - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
-
- getSerializableFieldValue(String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getSerializableFieldValue(String) - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
-
- getSerializedObjectName() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getSerializedObjectName() - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getSerializedObjectNamespace() - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
-
- getSerializedObjectNamespace() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
-
- getSrid() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
Returns the srid.
- getSRID() - Method in class liquibase.ext.spatial.datatype.GeometryType
-
Returns the value SRID parameter.
- getSrid() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-
Returns the Spatial Reference ID (e.g.
- getTableCatalogName() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-
- getTableCatalogName() - Method in class liquibase.ext.spatial.statement.DropSpatialIndexStatement
-
Returns the table catalog name.
- getTableName() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getTableName() - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
-
- getTableName() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
-
- getTableName() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-
- getTableName() - Method in class liquibase.ext.spatial.statement.DropSpatialIndexStatement
-
Returns the table name.
- getTableSchemaName() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-
- getTableSchemaName() - Method in class liquibase.ext.spatial.statement.DropSpatialIndexStatement
-
Returns the table schema name.
- getTablespace() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
-
- getTablespace() - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
-