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 TypeClassDescriptionclassH2 database dialect based on prepared statements. -
Uses of PreparedStatementSQLDialect in org.geotools.data.hana
Subclasses of PreparedStatementSQLDialect in org.geotools.data.hanaModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassMySQL 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 TypeClassDescriptionclassSingleStore 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 PreparedStatementSQLDialectPreparedFilterToSQL.dialectConstructors 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 TypeClassDescriptionclassjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.