Uses of Class
org.apache.sis.internal.metadata.sql.SQLBuilder
Packages that use SQLBuilder
Package
Description
A set of helper classes for SQL handling in the Apache SIS implementation.
Build
DefaultFeatureTypes by inspection of database schemas.-
Uses of SQLBuilder in org.apache.sis.internal.metadata.sql
Methods in org.apache.sis.internal.metadata.sql that return SQLBuilderModifier and TypeMethodDescriptionfinal SQLBuilderSQLBuilder.append(char c) Appends the given character.final SQLBuilderSQLBuilder.append(int n) Appends the given integer.final SQLBuilderSQLBuilder.append(long n) Appends the given long integer.final SQLBuilderAppends the given text verbatim.final SQLBuilderSQLBuilder.appendEqualsValue(Object value) Appends a"= <value>"string in aSELECTstatement.final SQLBuilderSQLBuilder.appendFetchPage(long offset, long count) AppendsOFFSETandFETCHclauses for fetching only a page of data.final SQLBuilderSQLBuilder.appendIdentifier(String identifier) Appends an identifier between quote characters.final SQLBuilderSQLBuilder.appendIdentifier(String schema, String identifier) Appends an identifier for an element in the given schema.final SQLBuilderSQLBuilder.appendIdentifier(String catalog, String schema, String identifier) Appends an identifier for an element in the given schema and catalog.final SQLBuilderSQLBuilder.appendValue(Object value) Appends a value in aSELECTorINSERTstatement.final SQLBuilderSQLBuilder.appendValue(String value) Appends a value in aSELECTorINSERTstatement.final SQLBuilderSQLBuilder.appendWildcardEscaped(String value) Appends a string as an escapedLIKEargument.final SQLBuilderSQLBuilder.clear()Clears this builder and make it ready for creating a new SQL statement.final SQLBuilderSQLBuilder.insertDistinctAfterSelect()Inserts theDISTINCTkeyword afterSELECT. -
Uses of SQLBuilder in org.apache.sis.internal.sql.feature
Subclasses of SQLBuilder in org.apache.sis.internal.sql.featureModifier and TypeClassDescriptionfinal classBuilder for the SQL fragment on the right side of theWHEREkeyword.Methods in org.apache.sis.internal.sql.feature with parameters of type SQLBuilderModifier and TypeMethodDescriptionfinal voidDatabase.appendFunctionCall(SQLBuilder sql, String function) Appends a call to a function defined in the spatial schema.