org.geotools.index.rtree.database.mysql
Class MySqlDialect

java.lang.Object
  extended byorg.geotools.index.rtree.database.AbstractDialect
      extended byorg.geotools.index.rtree.database.mysql.MySqlDialect
All Implemented Interfaces:
Dialect

public class MySqlDialect
extends AbstractDialect

DOCUMENT ME!

Author:
Tommaso Nolli

Field Summary
 
Fields inherited from class org.geotools.index.rtree.database.AbstractDialect
CAT_TABLE
 
Constructor Summary
MySqlDialect()
           
 
Method Summary
 java.lang.String getCreateTable(java.lang.String tableName)
           
 
Methods inherited from class org.geotools.index.rtree.database.AbstractDialect
getCatalogInsert, getCatalogQuery, getInsertPage, getNextPageId, getSelectPage, getUpdatePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlDialect

public MySqlDialect()
Method Detail

getCreateTable

public java.lang.String getCreateTable(java.lang.String tableName)
See Also:
Dialect.getCreateTable(java.lang.String)


Copyright © GeoTools. All Rights Reserved.