Class StatementType

java.lang.Object
migratedb.v1.core.internal.parser.StatementType

public class StatementType extends Object
  • Field Details

  • Constructor Details

    • StatementType

      public StatementType()
  • Method Details

    • treatAsIfLetter

      public boolean treatAsIfLetter(char c)
      Whether the character should be treated as if it is a letter; this allows statement types to handle characters that appear in specific contexts
      Parameters:
      c -
      Returns: