Uses of Class
com.blazebit.persistence.parser.SQLParser.CURRENT_USERContext
| Package | Description |
|---|---|
| com.blazebit.persistence.parser |
-
Uses of SQLParser.CURRENT_USERContext in com.blazebit.persistence.parser
Methods in com.blazebit.persistence.parser with parameters of type SQLParser.CURRENT_USERContext Modifier and Type Method Description voidSQLParserBaseListener. enterCURRENT_USER(SQLParser.CURRENT_USERContext ctx)Enter a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().voidSQLParserListener. enterCURRENT_USER(SQLParser.CURRENT_USERContext ctx)Enter a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().voidSQLParserBaseListener. exitCURRENT_USER(SQLParser.CURRENT_USERContext ctx)Exit a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().voidSQLParserListener. exitCURRENT_USER(SQLParser.CURRENT_USERContext ctx)Exit a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().TSQLParserBaseVisitor. visitCURRENT_USER(SQLParser.CURRENT_USERContext ctx)Visit a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().TSQLParserVisitor. visitCURRENT_USER(SQLParser.CURRENT_USERContext ctx)Visit a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().