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

Object
  extended by AbstractDialect
      extended by MySqlDialect
All Implemented Interfaces:
Dialect

public class MySqlDialect
extends AbstractDialect

DOCUMENT ME!

Author:
Tommaso Nolli
Module:
trunk/gt/modules   (gt-modules.jar) (Maven report) (SVN head)

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

Constructor Detail

MySqlDialect

public MySqlDialect()
Method Detail

getCreateTable

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


Copyright © 1996-2009 Geotools. All Rights Reserved.