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, getDBDialectpublic PostgisDialect(Config config)
protected String getRegisterSpatialStatement(String tn, String srs)
getRegisterSpatialStatement in class DBDialecttn - sql table namesrs - name of spatial reference system to useprotected String getUnregisterSpatialStatement(String tn)
getUnregisterSpatialStatement in class DBDialecttn - sql table nameprotected String getCreateSpatialTableStatement(String tableName) throws Exception
getCreateSpatialTableStatement in class DBDialectExceptionprotected String getCreateSpatialTableStatementJoined(String tableName) throws Exception
getCreateSpatialTableStatementJoined in class DBDialectExceptionprotected String getBLOBSQLType()
getBLOBSQLType in class DBDialectprotected String getMultiPolygonSQLType()
getMultiPolygonSQLType in class DBDialectprotected String getDoubleSQLType()
getDoubleSQLType in class DBDialectCopyright © 1996–2019 Geotools. All rights reserved.