A C D E G H I L O S T V W X 

A

AbstractCreateSpatialIndexGenerator - Class in liquibase.ext.spatial.sqlgenerator
AbstractCreateSpatialIndexGenerator provides a minimal implementation of a CreateSpatialIndexGenerator.
AbstractCreateSpatialIndexGenerator() - Constructor for class liquibase.ext.spatial.sqlgenerator.AbstractCreateSpatialIndexGenerator
 
AbstractSpatialInsertGenerator - Class in liquibase.ext.spatial.sqlgenerator
Implementations of AbstractSpatialInsertGenerator convert a Well-Known Text string and EPSG SRID string to the database-specific geometry.
AbstractSpatialInsertGenerator() - Constructor for class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
 
AbstractSpatialUpdateGenerator - Class in liquibase.ext.spatial.sqlgenerator
Implementations of AbstractSpatialInsertGenerator convert a Well-Known Text string and EPSG SRID string to the database-specific geometry.
AbstractSpatialUpdateGenerator() - Constructor for class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
 
addColumn(ColumnConfig) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
AddGeometryColumnGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
AddGeometryColumnGeneratorGeoDB is a SQL generator that specializes in GeoDB.
AddGeometryColumnGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.AddGeometryColumnGeneratorGeoDB
 

C

check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
 
convertToFunction(String, String, Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
 
convertToFunction(String, String, Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
 
convertToFunction(String, String, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorOracle
Handles the Well-Known Text and SRID for Oracle.
convertToFunction(String, String, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorOracle
Handles the Well-Known Text and SRID for Oracle.
convertToFunction(String, String, Database, WktInsertOrUpdateGenerator) - Static method in class liquibase.ext.spatial.sqlgenerator.WktConversionUtils
Converts the given Well-Known Text and SRID to the appropriate function call for the database.
convertToFunction(String, String, Database) - Method in interface liquibase.ext.spatial.sqlgenerator.WktInsertOrUpdateGenerator
Converts the given Well-Known Text and SRID to the appropriate function call for the database.
createInverses() - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
CreateSpatialIndexChange - Class in liquibase.ext.spatial.change
The CreateSpatialIndexChange....
CreateSpatialIndexChange() - Constructor for class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
CreateSpatialIndexGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
CreateSpatialIndexGeneratorGeoDB generates the SQL for creating a spatial index in Apache Derby and H2.
CreateSpatialIndexGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorGeoDB
 
CreateSpatialIndexGeneratorMySQL - Class in liquibase.ext.spatial.sqlgenerator
CreateSpatialIndexGeneratorMySQL generates the SQL for creating a spatial index in MySQL.
CreateSpatialIndexGeneratorMySQL() - Constructor for class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorMySQL
 
CreateSpatialIndexGeneratorOracle - Class in liquibase.ext.spatial.sqlgenerator
CreateSpatialIndexGeneratorOracle generates the SQL for creating a spatial index in Oracle.
CreateSpatialIndexGeneratorOracle() - Constructor for class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
 
CreateSpatialIndexGeneratorPostgreSQL - Class in liquibase.ext.spatial.sqlgenerator
CreateSpatialIndexGeneratorMySQL generates the SQL for creating a spatial index in MySQL.
CreateSpatialIndexGeneratorPostgreSQL() - Constructor for class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorPostgreSQL
 
CreateSpatialIndexStatement - Class in liquibase.ext.spatial.statement
CreateSpatialIndexStatement represents a CREATE SPATIAL INDEX statement.
CreateSpatialIndexStatement(String, String, String, String, String[], String, String, Integer) - Constructor for class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
 
CreateSpatialTableGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
CreateSpatialTableGeneratorGeoDB augments the built-in CreateTableGenerator by invoking the AddGeometryColumn procedure to add the standard metadata for a geometry column.
CreateSpatialTableGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.CreateSpatialTableGeneratorGeoDB
 

D

DropGeometryColumnGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
DropGeometryColumnGeneratorGeoDB is a DropColumnGenerator that specializes in GeoDB.
DropGeometryColumnGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.DropGeometryColumnGeneratorGeoDB
 
DropSpatialIndexChange - Class in liquibase.ext.spatial.change
 
DropSpatialIndexChange() - Constructor for class liquibase.ext.spatial.change.DropSpatialIndexChange
 
DropSpatialIndexGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
DropSpatialIndexGeneratorGeoDB ...
DropSpatialIndexGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorGeoDB
 
DropSpatialIndexGeneratorOracle - Class in liquibase.ext.spatial.sqlgenerator
DropSpatialIndexGeneratorOracle generates the SQL for cleaning up a spatial index in Oracle.
DropSpatialIndexGeneratorOracle() - Constructor for class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorOracle
 
dropSpatialIndexIfExists(String, String, String, Database, List<Sql>) - Method in class liquibase.ext.spatial.sqlgenerator.DropGeometryColumnGeneratorGeoDB
Adds the SQL statement to drop the spatial index if it is present.
dropSpatialIndexIfExists(String, String, String, Database, List<Sql>) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorGeoDB
Adds the SQL statement to drop the spatial index if it is present.
DropSpatialIndexStatement - Class in liquibase.ext.spatial.statement
DropSpatialIndexStatement represents a DROP SPATIAL INDEX statement.
DropSpatialIndexStatement(String, String, String, String) - Constructor for class liquibase.ext.spatial.statement.DropSpatialIndexStatement
 
DropSpatialTableGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
DropSpatialTableGeneratorGeoDB generates the SQL statements for cleaning up any indexes and geometry columns prior to dropping the table.
DropSpatialTableGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorGeoDB
 
DropSpatialTableGeneratorOracle - Class in liquibase.ext.spatial.sqlgenerator
DropSpatialTableGeneratorOracle generates the SQL statement for cleaning up any metadata prior to dropping the table.
DropSpatialTableGeneratorOracle() - Constructor for class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorOracle
 

E

EPSG_TO_ORACLE_FUNCTION - Static variable in class liquibase.ext.spatial.sqlgenerator.OracleSpatialUtils
The Oracle function that converts an EPSG SRID to the corresponding Oracle SRID.
EWKT_PATTERN - Static variable in class liquibase.ext.spatial.sqlgenerator.WktConversionUtils
The EWKT Pattern instance.
EWKT_REGEX - Static variable in class liquibase.ext.spatial.sqlgenerator.WktConversionUtils
The PostGIS EWKT regular expression.

G

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
Generates a DropSpatialIndexStatement followed by a DropIndexStatement, if applicable.
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
 

H

handleColumnValue(Object, Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
If the old value is a geometry or a Well-Known Text, convert it to the appropriate new value.
handleColumnValue(Object, Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
If the old value is a geometry or a Well-Known Text, convert it to the appropriate new value.
handleColumnValue(Object, Database, WktInsertOrUpdateGenerator) - Static method in class liquibase.ext.spatial.sqlgenerator.WktConversionUtils
If the old value is a geometry or a Well-Known Text, convert it to the appropriate new value.
hasGeometryColumn(Database, String, String) - Static method in class liquibase.ext.spatial.utils.GeometryColumnsUtils
Determines if the given table is in GEOMETRY_COLUMNS and, therefore, has a geometry column.

I

isGeometryColumn(Database, String, String, String) - Static method in class liquibase.ext.spatial.utils.GeometryColumnsUtils
Determines if the given column is in GEOMETRY_COLUMNS.
isSridRequiredInFunction(Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
Indicates if the SRID parameter is required in the function returned from WktInsertOrUpdateGenerator.getGeomFromWktFunction().
isSridRequiredInFunction(Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
Indicates if the SRID parameter is required in the function returned from WktInsertOrUpdateGenerator.getGeomFromWktFunction().
isSridRequiredInFunction(Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorGeoDB
Always returns true for GeoDB.
isSridRequiredInFunction(Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorGeoDB
Always returns true for GeoDB.
isSridRequiredInFunction(Database) - Method in interface liquibase.ext.spatial.sqlgenerator.WktInsertOrUpdateGenerator
Indicates if the SRID parameter is required in the function returned from WktInsertOrUpdateGenerator.getGeomFromWktFunction().

L

liquibase.ext.spatial - package liquibase.ext.spatial
Liquibase Spatial provides spatial extensions to Liquibase.
liquibase.ext.spatial.change - package liquibase.ext.spatial.change
Provides the spatial changes.
liquibase.ext.spatial.datatype - package liquibase.ext.spatial.datatype
Provides the Geometry data types.
liquibase.ext.spatial.preconditions - package liquibase.ext.spatial.preconditions
Provides the spatial preconditions.
liquibase.ext.spatial.sqlgenerator - package liquibase.ext.spatial.sqlgenerator
 
liquibase.ext.spatial.statement - package liquibase.ext.spatial.statement
 
liquibase.ext.spatial.utils - package liquibase.ext.spatial.utils
 
liquibase.ext.spatial.xml - package liquibase.ext.spatial.xml
Contains the Liquibase Spatial XSD.
load(ParsedNode, ResourceAccessor) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
load(ParsedNode, ResourceAccessor) - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
 
loadOracleSrid(String, Database) - Static method in class liquibase.ext.spatial.sqlgenerator.OracleSpatialUtils
Queries to the database to convert the given EPSG SRID to the corresponding Oracle SRID.
looksLikeFunctionCall(String, Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
 
looksLikeFunctionCall(String, Database) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
 

O

objectToSql(Object, Database) - Method in class liquibase.ext.spatial.datatype.GeometryType
 
OracleSpatialUtils - Class in liquibase.ext.spatial.sqlgenerator
OracleSpatialUtils provides utility methods for Oracle Spatial.

S

serialize() - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
serialize() - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
 
setCatalogName(String) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
Sets the database catalog name.
setCatalogName(String) - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
 
setCatalogName(String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
setColumnNames(String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
setColumns(List<ColumnConfig>) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
setGeometryType(String) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
Sets the geometry type.
setGeometryType(String) - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
Sets the WKT geometry type (e.g.
setIndexName(String) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
setIndexName(String) - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
 
setIndexName(String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
setSchemaName(String) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
setSchemaName(String) - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
 
setSchemaName(String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
setSrid(String) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
Sets the srid.
setSrid(Integer) - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
Sets the Spatial Reference ID (e.g.
setTableName(String) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
setTableName(String) - Method in class liquibase.ext.spatial.change.DropSpatialIndexChange
 
setTableName(String) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
setTablespace(String) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
setTablespace(String) - Method in class liquibase.ext.spatial.statement.CreateSpatialIndexStatement
 
SPATIAL_CHANGELOG_NAMESPACE - Static variable in interface liquibase.ext.spatial.xml.XmlConstants
The extension's XML namespace.
SpatialIndexExistsPrecondition - Class in liquibase.ext.spatial.preconditions
SpatialIndexExistsPrecondition determines if a spatial index exists on a specified table.
SpatialIndexExistsPrecondition() - Constructor for class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
SpatialInsertGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
The SpatialInsertGeneratorH2 generates the SQL for INSERTing geometries into Apache Derby and H2.
SpatialInsertGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorGeoDB
 
SpatialInsertGeneratorMySQL - Class in liquibase.ext.spatial.sqlgenerator
The SpatialInsertGeneratorH2 generates the SQL for INSERTing geometries into MySQL.
SpatialInsertGeneratorMySQL() - Constructor for class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorMySQL
 
SpatialInsertGeneratorOracle - Class in liquibase.ext.spatial.sqlgenerator
The SpatialInsertGeneratorOracle generates the SQL for INSERTing geometries into Oracle.
SpatialInsertGeneratorOracle() - Constructor for class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorOracle
 
SpatialSupportedPrecondition - Class in liquibase.ext.spatial.preconditions
SpatialSupportedPrecondition checks the state of the database and determines if it has spatial support.
SpatialSupportedPrecondition() - Constructor for class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
 
SpatialUpdateGeneratorGeoDB - Class in liquibase.ext.spatial.sqlgenerator
SpatialUpdateGeneratorGeoDB generates the SQL for UPDATINGing geometries in Apache Derby and H2.
SpatialUpdateGeneratorGeoDB() - Constructor for class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorGeoDB
 
SpatialUpdateGeneratorMySQL - Class in liquibase.ext.spatial.sqlgenerator
The SpatialUpdateGeneratorMySQL generates the SQL for UPDATEing geometries in MySQL.
SpatialUpdateGeneratorMySQL() - Constructor for class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorMySQL
 
SpatialUpdateGeneratorOracle - Class in liquibase.ext.spatial.sqlgenerator
The SpatialUpdateGeneratorOracle generates the SQL for UPDATEing geometries in Oracle.
SpatialUpdateGeneratorOracle() - Constructor for class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorOracle
 
sqlToObject(String, Database) - Method in class liquibase.ext.spatial.datatype.GeometryType
 
SRID_REGEX - Static variable in class liquibase.ext.spatial.sqlgenerator.WktConversionUtils
The SRID regular expression.
supports(AddColumnStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.AddGeometryColumnGeneratorGeoDB
 
supports(CreateSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorGeoDB
 
supports(CreateSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorMySQL
 
supports(CreateSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorOracle
 
supports(CreateSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorPostgreSQL
 
supports(CreateTableStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialTableGeneratorGeoDB
 
supports(DropColumnStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.DropGeometryColumnGeneratorGeoDB
 
supports(DropSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorGeoDB
 
supports(DropSpatialIndexStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorOracle
 
supports(DropTableStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorGeoDB
 
supports(DropTableStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorOracle
 
supports(InsertStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorGeoDB
 
supports(InsertStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorMySQL
 
supports(InsertStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialInsertGeneratorOracle
Verifies that the InsertStatement has WKT or EWKT.
supports(UpdateStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorGeoDB
 
supports(UpdateStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorMySQL
 
supports(UpdateStatement, Database) - Method in class liquibase.ext.spatial.sqlgenerator.SpatialUpdateGeneratorOracle
Verifies that the UpdateStatement has WKT or EWKT.

T

toDatabaseDataType(Database) - Method in class liquibase.ext.spatial.datatype.GeometryType
Creates the appropriate Geometry DatabaseDataType.

V

validate(Database) - Method in class liquibase.ext.spatial.change.CreateSpatialIndexChange
 
validate(Database) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
validate(Database) - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
 
validate(CreateSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractCreateSpatialIndexGenerator
Ensures that the table name and columns are populated.
validate(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialInsertGenerator
 
validate(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.AbstractSpatialUpdateGenerator
 
validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.AddGeometryColumnGeneratorGeoDB
 
validate(CreateSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialIndexGeneratorGeoDB
Ensures that the table name and columns are populated.
validate(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.CreateSpatialTableGeneratorGeoDB
 
validate(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropGeometryColumnGeneratorGeoDB
 
validate(DropSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorGeoDB
Ensures that the table name is populated.
validate(DropSpatialIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialIndexGeneratorOracle
Ensures that the index name is populated.
validate(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorGeoDB
 
validate(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.spatial.sqlgenerator.DropSpatialTableGeneratorOracle
 

W

warn(Database) - Method in class liquibase.ext.spatial.preconditions.SpatialIndexExistsPrecondition
 
warn(Database) - Method in class liquibase.ext.spatial.preconditions.SpatialSupportedPrecondition
 
WKT_REGEX - Static variable in class liquibase.ext.spatial.sqlgenerator.WktConversionUtils
The WKT regular expression.
WktConversionUtils - Class in liquibase.ext.spatial.sqlgenerator
 
WktInsertOrUpdateGenerator - Interface in liquibase.ext.spatial.sqlgenerator
 

X

XmlConstants - Interface in liquibase.ext.spatial.xml
XmlConstants defines XML constants for this extension.
A C D E G H I L O S T V W X 

Copyright © 2014–2015. All rights reserved.