public interface StatementParser
Modifier and Type | Interface and Description |
---|---|
static class |
StatementParser.ParseException
Exception to wrap other exceptions when parsing.
|
Modifier and Type | Method and Description |
---|---|
JaybirdStatementModel |
parseInsertStatement(java.lang.String sql)
Parses the provided SQL into a statement model
|
JaybirdStatementModel parseInsertStatement(java.lang.String sql) throws StatementParser.ParseException
sql
- SQL query text to parseStatementParser.ParseException
- For errors parsing the queryCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.