Uses of Class
org.apache.sis.internal.metadata.sql.Syntax
Packages that use Syntax
Package
Description
A set of helper classes for SQL handling in the Apache SIS implementation.
Build
DefaultFeatureType
s by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature
for the PostGIS database.-
Uses of Syntax in org.apache.sis.internal.metadata.sql
Subclasses of Syntax in org.apache.sis.internal.metadata.sqlConstructors in org.apache.sis.internal.metadata.sql with parameters of type SyntaxModifierConstructorDescriptionSQLBuilder
(Syntax other) Creates a newSQLBuilder
initialized to the same metadata than the given template.(package private)
Creates a newSyntax
initialized to the same metadata than the given template. -
Uses of Syntax in org.apache.sis.internal.sql.feature
Subclasses of Syntax in org.apache.sis.internal.sql.featureModifier and TypeClassDescriptionclass
Database<G>
Information about a connection to a spatial database and the structure of features in the database.final class
Builder for the SQL fragment on the right side of theWHERE
keyword. -
Uses of Syntax in org.apache.sis.internal.sql.postgis
Subclasses of Syntax in org.apache.sis.internal.sql.postgisModifier and TypeClassDescriptionfinal class
Postgres<G>
Information about a connection to a PostgreSQL + PostGIS database.