public class PostgisDialect extends DBDialect
config, dataSource
Constructor and Description |
---|
PostgisDialect(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 |
getDoubleSQLType() |
protected String |
getMultiPolygonSQLType() |
protected String |
getRegisterSpatialStatement(String tn,
String srs) |
protected String |
getUnregisterSpatialStatement(String tn) |
getConfig, getConnection, getDBDialect
public PostgisDialect(Config config)
protected String getRegisterSpatialStatement(String tn, String srs)
getRegisterSpatialStatement
in class DBDialect
tn
- sql table namesrs
- name of spatial reference system to useprotected String getUnregisterSpatialStatement(String tn)
getUnregisterSpatialStatement
in class DBDialect
tn
- sql table nameprotected String getCreateSpatialTableStatement(String tableName) throws Exception
getCreateSpatialTableStatement
in class DBDialect
Exception
protected String getCreateSpatialTableStatementJoined(String tableName) throws Exception
getCreateSpatialTableStatementJoined
in class DBDialect
Exception
protected String getBLOBSQLType()
getBLOBSQLType
in class DBDialect
protected String getMultiPolygonSQLType()
getMultiPolygonSQLType
in class DBDialect
protected String getDoubleSQLType()
getDoubleSQLType
in class DBDialect
Copyright © 1996–2021 Geotools. All rights reserved.