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
DefaultFeatureTypes 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 newSQLBuilderinitialized to the same metadata than the given template.(package private)Creates a newSyntaxinitialized 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 TypeClassDescriptionclassDatabase<G>Information about a connection to a spatial database and the structure of features in the database.final classBuilder for the SQL fragment on the right side of theWHEREkeyword. -
Uses of Syntax in org.apache.sis.internal.sql.postgis
Subclasses of Syntax in org.apache.sis.internal.sql.postgisModifier and TypeClassDescriptionfinal classPostgres<G>Information about a connection to a PostgreSQL + PostGIS database.