Interface SqlScriptParser.TokenHandler

Enclosing class:
SqlScriptParser

public static interface SqlScriptParser.TokenHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.antlr.v4.runtime.Token t, StringBuilder sb)
     
  • Method Details

    • handle

      void handle(org.antlr.v4.runtime.Token t, StringBuilder sb)