public class UniversalDialect extends DBDialect
config, dataSource
Constructor and Description |
---|
UniversalDialect(Config config) |
Modifier and Type | Method and Description |
---|---|
protected String |
getBLOBSQLType() |
protected String |
getCreateIndexStatement(String tn) |
protected String |
getCreateSpatialTableStatement(String tableName) |
protected String |
getCreateSpatialTableStatementJoined(String tableName) |
protected String |
getMultiPolygonSQLType() |
getConfig, getConnection, getDBDialect, getDoubleSQLType, getRegisterSpatialStatement, getUnregisterSpatialStatement
public UniversalDialect(Config config)
protected String getBLOBSQLType()
getBLOBSQLType
in class DBDialect
protected String getMultiPolygonSQLType()
getMultiPolygonSQLType
in class DBDialect
protected String getCreateSpatialTableStatement(String tableName) throws Exception
getCreateSpatialTableStatement
in class DBDialect
Exception
protected String getCreateSpatialTableStatementJoined(String tableName) throws Exception
getCreateSpatialTableStatementJoined
in class DBDialect
Exception
Copyright © 1996–2019 Geotools. All rights reserved.