Package | Description |
---|---|
liquibase.ext.spatial.sqlgenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpatialInsertGenerator
Implementations of
AbstractSpatialInsertGenerator convert a Well-Known Text string
and EPSG SRID string to the database-specific geometry. |
class |
AbstractSpatialUpdateGenerator
Implementations of
AbstractSpatialInsertGenerator convert a Well-Known Text string
and EPSG SRID string to the database-specific geometry. |
class |
SpatialInsertGeneratorGeoDB
The
SpatialInsertGeneratorH2 generates the SQL for INSERT ing geometries
into Apache Derby and H2. |
class |
SpatialInsertGeneratorMySQL
The
SpatialInsertGeneratorH2 generates the SQL for INSERT ing geometries
into MySQL. |
class |
SpatialInsertGeneratorOracle
The
SpatialInsertGeneratorOracle generates the SQL for INSERT ing
geometries into Oracle. |
class |
SpatialUpdateGeneratorGeoDB
SpatialUpdateGeneratorGeoDB generates the SQL for UPDATING ing
geometries in Apache Derby and H2. |
class |
SpatialUpdateGeneratorMySQL
The
SpatialUpdateGeneratorMySQL generates the SQL for UPDATE ing
geometries in MySQL. |
class |
SpatialUpdateGeneratorOracle
The
SpatialUpdateGeneratorOracle generates the SQL for UPDATE ing
geometries in Oracle. |
Modifier and Type | Method and Description |
---|---|
static String |
WktConversionUtils.convertToFunction(String wkt,
String srid,
Database database,
WktInsertOrUpdateGenerator generator)
Converts the given Well-Known Text and SRID to the appropriate function call for the database.
|
static Object |
WktConversionUtils.handleColumnValue(Object oldValue,
Database database,
WktInsertOrUpdateGenerator generator)
If the old value is a geometry or a Well-Known Text, convert it to the appropriate new value.
|
Copyright © 2014–2015. All rights reserved.