(CharSequence token, int position)
| 970 | } |
| 971 | |
| 972 | private ExpressionNode nextLiteral(CharSequence token, int position) { |
| 973 | return SqlUtil.nextLiteral(expressionNodePool, token, position); |
| 974 | } |
| 975 | |
| 976 | private CharSequence notTermTok(GenericLexer lexer) throws SqlException { |
| 977 | CharSequence tok = tok(lexer, "')' or ','"); |
no test coverage detected