Uses of Class
org.geotools.jdbc.PreparedStatementSQLDialect
-
-
Uses of PreparedStatementSQLDialect in org.geotools.data.db2
Subclasses of PreparedStatementSQLDialect in org.geotools.data.db2 Modifier and Type Class Description class
DB2SQLDialectPrepared
Constructors in org.geotools.data.db2 with parameters of type PreparedStatementSQLDialect Constructor Description DB2FilterToSQL(PreparedStatementSQLDialect dialect)
-
Uses of PreparedStatementSQLDialect in org.geotools.data.h2
Subclasses of PreparedStatementSQLDialect in org.geotools.data.h2 Modifier and Type Class Description class
H2DialectPrepared
H2 database dialect based on prepared statements. -
Uses of PreparedStatementSQLDialect in org.geotools.data.hana
Subclasses of PreparedStatementSQLDialect in org.geotools.data.hana Modifier and Type Class Description class
HanaDialect
A prepared statement SQL dialect for SAP HANA.Constructors in org.geotools.data.hana with parameters of type PreparedStatementSQLDialect Constructor Description HanaFilterToSQL(PreparedStatementSQLDialect dialect, boolean functionEncodingEnabled, HanaVersion hanaVersion)
-
Uses of PreparedStatementSQLDialect in org.geotools.data.mysql
Subclasses of PreparedStatementSQLDialect in org.geotools.data.mysql Modifier and Type Class Description 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 Modifier and Type Class Description class
OracleDialect
Abstract dialect implementation for Oracle.Constructors in org.geotools.data.oracle with parameters of type PreparedStatementSQLDialect Constructor Description OracleFilterToSQL(PreparedStatementSQLDialect dialect)
-
Uses of PreparedStatementSQLDialect in org.geotools.data.postgis
Subclasses of PreparedStatementSQLDialect in org.geotools.data.postgis Modifier and Type Class Description class
PostGISPSDialect
-
Uses of PreparedStatementSQLDialect in org.geotools.data.teradata
Subclasses of PreparedStatementSQLDialect in org.geotools.data.teradata Modifier and Type Class Description class
TeradataDialect
-
Uses of PreparedStatementSQLDialect in org.geotools.geopkg
Subclasses of PreparedStatementSQLDialect in org.geotools.geopkg Modifier and Type Class Description class
GeoPkgDialect
The GeoPackage SQL Dialect. -
Uses of PreparedStatementSQLDialect in org.geotools.jdbc
Fields in org.geotools.jdbc declared as PreparedStatementSQLDialect Modifier and Type Field Description protected PreparedStatementSQLDialect
PreparedFilterToSQL. dialect
Constructors in org.geotools.jdbc with parameters of type PreparedStatementSQLDialect Constructor Description PreparedFilterToSQL(PreparedStatementSQLDialect dialect)
Contructor taking a reference to the SQL dialect, will use it to encode geometry placeholders -
Uses of PreparedStatementSQLDialect in org.h2gis.geotools
Subclasses of PreparedStatementSQLDialect in org.h2gis.geotools Modifier and Type Class Description class
H2GISPSDialect
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.
-