public class StatementParserImpl extends java.lang.Object implements StatementParser
StatementParser.ParseException
Constructor and Description |
---|
StatementParserImpl() |
Modifier and Type | Method and Description |
---|---|
JaybirdStatementModel |
parseInsertStatement(java.lang.String sql)
Deprecated.
|
JaybirdStatementModel |
parseStatement(java.lang.String sql)
Parses the provided SQL into a statement model
|
@Deprecated public JaybirdStatementModel parseInsertStatement(java.lang.String sql) throws StatementParser.ParseException
StatementParser
Implementation must call StatementParser.parseStatement(String)
.
parseInsertStatement
in interface StatementParser
sql
- SQL query text to parseStatementParser.ParseException
- For errors parsing the querypublic JaybirdStatementModel parseStatement(java.lang.String sql) throws StatementParser.ParseException
StatementParser
parseStatement
in interface StatementParser
sql
- SQL query text to parseStatementParser.ParseException
- For errors parsing the queryCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.