|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.gce.imagemosaic.jdbc.DBDialect
org.geotools.gce.imagemosaic.jdbc.MySqlDialect
public class MySqlDialect
This class implements the db dialect for mysql
Field Summary |
---|
Fields inherited from class org.geotools.gce.imagemosaic.jdbc.DBDialect |
---|
config, dataSource |
Constructor Summary | |
---|---|
MySqlDialect(Config config)
|
Method Summary | |
---|---|
protected java.lang.String |
getBLOBSQLType()
|
protected java.lang.String |
getCreateIndexStatement(java.lang.String tn)
|
protected java.lang.String |
getMultiPolygonSQLType()
|
Methods inherited from class org.geotools.gce.imagemosaic.jdbc.DBDialect |
---|
getConfig, getConnection, getCreateSpatialTableStatement, getCreateSpatialTableStatementJoined, getDBDialect, getDoubleSQLType, getRegisterSpatialStatement, getUnregisterSpatialStatement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MySqlDialect(Config config)
Method Detail |
---|
protected java.lang.String getBLOBSQLType()
getBLOBSQLType
in class DBDialect
protected java.lang.String getMultiPolygonSQLType()
getMultiPolygonSQLType
in class DBDialect
protected java.lang.String getCreateIndexStatement(java.lang.String tn) throws java.lang.Exception
getCreateIndexStatement
in class DBDialect
tn
- sql table name
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |