public class DB2Dialect extends DBDialect
config, dataSource| Constructor and Description |
|---|
DB2Dialect(Config config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBLOBSQLType() |
protected String |
getCreateIndexStatement(String tn) |
protected String |
getMultiPolygonSQLType() |
protected String |
getRegisterSpatialStatement(String tn,
String srs) |
protected String |
getUnregisterSpatialStatement(String tn) |
getConfig, getConnection, getCreateSpatialTableStatement, getCreateSpatialTableStatementJoined, getDBDialect, getDoubleSQLTypepublic DB2Dialect(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 getBLOBSQLType()
getBLOBSQLType in class DBDialectprotected String getMultiPolygonSQLType()
getMultiPolygonSQLType in class DBDialectCopyright © 1996–2019 Geotools. All rights reserved.