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
ParseException
public 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
SQLException
public static SQLTextTree.MultiStatementNode parse(String sql) throws ParseException
ParseException
Copyright © 2013-2015 impossibl.com. All Rights Reserved.