Class PgCreateFtsDictionary


public final class PgCreateFtsDictionary extends PgParserAbstract
Parser for PostgreSQL CREATE TEXT SEARCH DICTIONARY statements.

This class handles parsing of full-text search dictionary definitions including template references and dictionary-specific options. Text search dictionaries process words during full-text search indexing and querying operations.

  • Constructor Details

  • Method Details

    • parseObject

      public void parseObject()
      Description copied from class: ParserAbstract
      Parses a database object from the current context. Must be implemented by concrete subclasses to handle specific object types.
      Specified by:
      parseObject in class ParserAbstract<PgDatabase>