public class SqlParser extends Object
| Modifier and Type | Method and Description |
|---|---|
protected String |
escapeFunction(String functionName,
String args) |
int |
getNumFields() |
void |
parse() |
protected int |
parseSql(String p_sql,
int i,
StringBuilder newsql,
boolean stopOnComma) |
String |
replaceProcessing(String p_sql,
boolean replaceProcessingEnabled) |
String |
toString() |
public SqlParser(String sql)
public int getNumFields()
public void parse()
public String replaceProcessing(String p_sql, boolean replaceProcessingEnabled) throws SQLException
SQLExceptionprotected int parseSql(String p_sql, int i, StringBuilder newsql, boolean stopOnComma) throws SQLException
SQLExceptionprotected String escapeFunction(String functionName, String args) throws SQLException
SQLExceptionCopyright © 2016. All rights reserved.