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 StatementParsersql - SQL query text to parseStatementParser.ParseException - For errors parsing the querypublic JaybirdStatementModel parseStatement(java.lang.String sql) throws StatementParser.ParseException
StatementParserparseStatement in interface StatementParsersql - SQL query text to parseStatementParser.ParseException - For errors parsing the queryCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.