Class CreateFtsTemplate


public final class CreateFtsTemplate extends PgParserAbstract
Parser for PostgreSQL CREATE TEXT SEARCH TEMPLATE statements.

This class handles parsing of full-text search template definitions including init and lexize functions. Text search templates provide the foundation for creating text search dictionaries by defining the functions that process tokens.

  • 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>