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