public class ParserUtil extends Object
| Constructor and Description |
|---|
ParserUtil() |
public static boolean isDelimiter(String token)
public static boolean isOperator(String token)
public static boolean isAggregateFunction(String token)
public static boolean isStringFunction(String token)
public static boolean isKeyword(String token)
public static boolean isStringLiteral(String token)
public static Queue<String> getTokens(String sql) throws SQLException
SQLExceptionpublic static boolean isControlCharacter(String token)
public static boolean isDMLStatement(String type)
public static Map<Integer,DataRow> mergeRows(String operation, Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
public static Map<Integer,DataRow> processORCondition(Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
Copyright © 2019 WSO2. All rights reserved.