Uses of Class
org.geotools.jdbc.PreparedStatementSQLDialect
Packages that use PreparedStatementSQLDialect
Package
Description
-
Uses of PreparedStatementSQLDialect in org.geotools.data.db2
Subclasses of PreparedStatementSQLDialect in org.geotools.data.db2Constructors in org.geotools.data.db2 with parameters of type PreparedStatementSQLDialect -
Uses of PreparedStatementSQLDialect in org.geotools.data.h2
Subclasses of PreparedStatementSQLDialect in org.geotools.data.h2Modifier and TypeClassDescriptionclass
H2 database dialect based on prepared statements. -
Uses of PreparedStatementSQLDialect in org.geotools.data.hana
Subclasses of PreparedStatementSQLDialect in org.geotools.data.hanaModifier and TypeClassDescriptionclass
A prepared statement SQL dialect for SAP HANA.Constructors in org.geotools.data.hana with parameters of type PreparedStatementSQLDialectModifierConstructorDescriptionHanaFilterToSQL
(PreparedStatementSQLDialect dialect, boolean functionEncodingEnabled, HanaVersion hanaVersion) -
Uses of PreparedStatementSQLDialect in org.geotools.data.mysql
Subclasses of PreparedStatementSQLDialect in org.geotools.data.mysqlModifier and TypeClassDescriptionclass
MySQL database dialect based on prepared statements. -
Uses of PreparedStatementSQLDialect in org.geotools.data.oracle
Subclasses of PreparedStatementSQLDialect in org.geotools.data.oracleConstructors in org.geotools.data.oracle with parameters of type PreparedStatementSQLDialect -
Uses of PreparedStatementSQLDialect in org.geotools.data.postgis
Subclasses of PreparedStatementSQLDialect in org.geotools.data.postgis -
Uses of PreparedStatementSQLDialect in org.geotools.data.singlestore
Subclasses of PreparedStatementSQLDialect in org.geotools.data.singlestoreModifier and TypeClassDescriptionclass
SingleStore database dialect based on prepared statements. -
Uses of PreparedStatementSQLDialect in org.geotools.data.teradata
Subclasses of PreparedStatementSQLDialect in org.geotools.data.teradata -
Uses of PreparedStatementSQLDialect in org.geotools.geopkg
Subclasses of PreparedStatementSQLDialect in org.geotools.geopkg -
Uses of PreparedStatementSQLDialect in org.geotools.jdbc
Fields in org.geotools.jdbc declared as PreparedStatementSQLDialectModifier and TypeFieldDescriptionprotected PreparedStatementSQLDialect
PreparedFilterToSQL.dialect
Constructors in org.geotools.jdbc with parameters of type PreparedStatementSQLDialectModifierConstructorDescriptionContructor 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.geotoolsModifier and TypeClassDescriptionclass
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.