org.geotools.index.rtree.database
Interface Dialect
- All Known Implementing Classes:
- AbstractDialect, MySqlDialect
public interface Dialect
DOCUMENT ME!
- Author:
- Tommaso Nolli
- Module:
trunk/gt/modules
(gt-modules.jar
) (Maven report) (SVN head)
getCatalogQuery
String getCatalogQuery()
getCatalogInsert
String getCatalogInsert()
getCreateTable
String getCreateTable(String tableName)
getNextPageId
int getNextPageId(Connection cnn,
String tableName)
throws SQLException
- Throws:
SQLException
getSelectPage
String getSelectPage(String tableName)
getInsertPage
String getInsertPage(String tableName)
getUpdatePage
String getUpdatePage(String tableName)
Copyright © 1996-2009 Geotools. All Rights Reserved.