Uses of Class
org.geotools.jdbc.PreparedStatementSQLDialect

Packages that use PreparedStatementSQLDialect
org.geotools.data.db2   
org.geotools.data.h2   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.jdbc   
 

Uses of PreparedStatementSQLDialect in org.geotools.data.db2
 

Subclasses of PreparedStatementSQLDialect in org.geotools.data.db2
 class DB2SQLDialectPrepared
           
 

Constructors in org.geotools.data.db2 with parameters of type PreparedStatementSQLDialect
DB2FilterToSQL(PreparedStatementSQLDialect dialect)
           
 

Uses of PreparedStatementSQLDialect in org.geotools.data.h2
 

Subclasses of PreparedStatementSQLDialect in org.geotools.data.h2
 class H2DialectPrepared
          H2 database dialect based on prepared statements.
 

Uses of PreparedStatementSQLDialect in org.geotools.data.mysql
 

Subclasses of PreparedStatementSQLDialect in org.geotools.data.mysql
 class MySQLDialectPrepared
          MySQL database dialect based on prepared statements.
 

Uses of PreparedStatementSQLDialect in org.geotools.data.oracle
 

Subclasses of PreparedStatementSQLDialect in org.geotools.data.oracle
 class OracleDialect
          Abstract dialect implementation for Oracle.
 

Constructors in org.geotools.data.oracle with parameters of type PreparedStatementSQLDialect
OracleFilterToSQL(PreparedStatementSQLDialect dialect)
           
 

Uses of PreparedStatementSQLDialect in org.geotools.data.postgis
 

Subclasses of PreparedStatementSQLDialect in org.geotools.data.postgis
 class PostGISPSDialect
           
 

Uses of PreparedStatementSQLDialect in org.geotools.jdbc
 

Fields in org.geotools.jdbc declared as PreparedStatementSQLDialect
protected  PreparedStatementSQLDialect PreparedFilterToSQL.dialect
           
 

Constructors in org.geotools.jdbc with parameters of type PreparedStatementSQLDialect
PreparedFilterToSQL(PreparedStatementSQLDialect dialect)
          Contructor taking a reference to the SQL dialect, will use it to encode geometry placeholders
 



Copyright © 1996-2010 Geotools. All Rights Reserved.