public class SpatialUpdateGeneratorMySQL extends AbstractSpatialUpdateGenerator
SpatialUpdateGeneratorMySQL generates the SQL for UPDATEing
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, validatepublic boolean supports(UpdateStatement statement,
Database database)
public String getGeomFromWktFunction()
Copyright © 2014–2015. All rights reserved.