public class SpatialInsertGeneratorMySQL extends AbstractSpatialInsertGenerator
SpatialInsertGeneratorH2 generates the SQL for INSERTing 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, validatepublic boolean supports(InsertStatement statement,
Database database)
public String getGeomFromWktFunction()
Copyright © 2014–2015. All rights reserved.