public class SpatialUpdateGeneratorMySQL extends AbstractSpatialUpdateGenerator
SpatialUpdateGeneratorMySQL
generates the SQL for UPDATE
ing
geometries in MySQL.Constructor and Description |
---|
SpatialUpdateGeneratorMySQL() |
Modifier and Type | Method and Description |
---|---|
String |
getGeomFromWktFunction()
Returns the name of the function that converts Well-Known Text to a database-specific
geometry.
|
boolean |
supports(UpdateStatement statement,
Database database) |
convertToFunction, generateSql, getPriority, handleColumnValue, isSridRequiredInFunction, looksLikeFunctionCall, validate
public boolean supports(UpdateStatement statement, Database database)
public String getGeomFromWktFunction()
Copyright © 2014–2015. All rights reserved.