public class SQLText extends Object
| Constructor and Description |
|---|
SQLText(SQLTextTree.MultiStatementNode copyRoot) |
SQLText(String sqlText) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatements(SQLText sqlText) |
SQLText |
copy() |
SQLTextTree.StatementNode |
getFirstStatement() |
SQLTextTree.StatementNode |
getLastStatement() |
int |
getStatementCount() |
static SQLTextTree.MultiStatementNode |
parse(String sql) |
void |
process(SQLTextTree.Processor processor,
boolean recurse) |
String |
toString() |
public SQLText(String sqlText) throws ParseException
ParseExceptionpublic SQLText(SQLTextTree.MultiStatementNode copyRoot)
public SQLText copy()
public int getStatementCount()
public SQLTextTree.StatementNode getFirstStatement()
public SQLTextTree.StatementNode getLastStatement()
public void addStatements(SQLText sqlText)
public void process(SQLTextTree.Processor processor, boolean recurse) throws SQLException
SQLExceptionpublic static SQLTextTree.MultiStatementNode parse(String sql) throws ParseException
ParseExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.