Uses of Class
org.geotools.jdbc.BasicSQLDialect
Packages that use BasicSQLDialect
Package
Description
-
Uses of BasicSQLDialect in org.geotools.data.db2
Subclasses of BasicSQLDialect in org.geotools.data.db2 -
Uses of BasicSQLDialect in org.geotools.data.duckdb
Subclasses of BasicSQLDialect in org.geotools.data.duckdbModifier and TypeClassDescriptionclass
Base SQL Dialect for DuckDB-based datastores. -
Uses of BasicSQLDialect in org.geotools.data.geoparquet
Subclasses of BasicSQLDialect in org.geotools.data.geoparquet -
Uses of BasicSQLDialect in org.geotools.data.h2
Subclasses of BasicSQLDialect in org.geotools.data.h2Modifier and TypeClassDescriptionclass
H2 database dialect based on basic (non-prepared) statements. -
Uses of BasicSQLDialect in org.geotools.data.informix
Subclasses of BasicSQLDialect in org.geotools.data.informixModifier and TypeClassDescriptionclass
Informix database dialect based on basic (non-prepared) statements. -
Uses of BasicSQLDialect in org.geotools.data.mysql
Subclasses of BasicSQLDialect in org.geotools.data.mysqlModifier and TypeClassDescriptionclass
MySQL database dialect based on basic (non-prepared) statements. -
Uses of BasicSQLDialect in org.geotools.data.postgis
Subclasses of BasicSQLDialect in org.geotools.data.postgis -
Uses of BasicSQLDialect in org.geotools.data.singlestore
Subclasses of BasicSQLDialect in org.geotools.data.singlestoreModifier and TypeClassDescriptionclass
SingleStore database dialect based on basic (non-prepared) statements. -
Uses of BasicSQLDialect in org.geotools.data.sqlserver
Subclasses of BasicSQLDialect in org.geotools.data.sqlserverModifier and TypeClassDescriptionclass
Dialect implementation for Microsoft SQL Server. -
Uses of BasicSQLDialect in org.geotools.data.sqlserver.jtds
Subclasses of BasicSQLDialect in org.geotools.data.sqlserver.jtds -
Uses of BasicSQLDialect in org.h2gis.geotools
Subclasses of BasicSQLDialect 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.