Class ExtendedClauseWriter


final class ExtendedClauseWriter extends SelectionClauseWriter
Converter from filters/expressions to the WHERE part of SQL statement with PostGIS-specific syntax where useful.
Since:
1.1
Version:
1.1
  • Field Details

  • Constructor Details

    • ExtendedClauseWriter

      private ExtendedClauseWriter()
      Creates a new converter from filters/expressions to SQL.
    • ExtendedClauseWriter

      private ExtendedClauseWriter(ExtendedClauseWriter source)
      Creates a new converter initialized to the same handlers than the specified converter.
      Parameters:
      source - the converter from which to copy the handlers.
  • Method Details