public class SpatialInsertGeneratorMySQL extends AbstractSpatialInsertGenerator
SpatialInsertGeneratorH2
generates the SQL for INSERT
ing geometries
into MySQL.Constructor and Description |
---|
SpatialInsertGeneratorMySQL() |
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(InsertStatement statement,
Database database) |
convertToFunction, generateSql, getPriority, handleColumnValue, isSridRequiredInFunction, looksLikeFunctionCall, validate
public boolean supports(InsertStatement statement, Database database)
public String getGeomFromWktFunction()
Copyright © 2014–2015. All rights reserved.