public class SQLText extends Object
| Constructor and Description |
|---|
SQLText(SQLTextTree.MultiStatementNode copyRoot) |
SQLText(String sqlText) |
SQLText(String sqlText,
boolean standardConformingStrings) |
| 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,
boolean standardConformingStrings) |
void |
process(SQLTextTree.Processor processor,
boolean recurse) |
String |
toString() |
public SQLText(String sqlText) throws ParseException
ParseExceptionpublic SQLText(String sqlText, boolean standardConformingStrings) 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, boolean standardConformingStrings) throws ParseException
ParseExceptionCopyright © 2013–2017 impossibl.com. All rights reserved.