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
ParseException
public SQLText(String sqlText, boolean standardConformingStrings) 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, boolean standardConformingStrings) throws ParseException
ParseException
Copyright © 2013–2017 impossibl.com. All rights reserved.