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)

Method Summary
 String getCatalogInsert()
           
 String getCatalogQuery()
           
 String getCreateTable(String tableName)
           
 String getInsertPage(String tableName)
           
 int getNextPageId(Connection cnn, String tableName)
           
 String getSelectPage(String tableName)
           
 String getUpdatePage(String tableName)
           
 

Method Detail

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.