ParserImpl
public interface Parser
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getSQLtext() |
Returns the current SQL text string that is being parsed.
|
Visitable |
parseSearchCondition(java.lang.String sqlFragment) |
Parse an SQL fragment that represents a
<search condition> . |
Visitable |
parseStatement(java.lang.String statementSQLText) |
|
Visitable |
parseStatement(java.lang.String statementSQLText,
java.lang.Object[] paramDefaults) |
Parses the given statement and returns a query tree.
|
Visitable parseStatement(java.lang.String statementSQLText, java.lang.Object[] paramDefaults) throws StandardException
statementSQLText
- The Statement to parse.paramDefaults
- Parameter defaultsStandardException
- Thrown on failureVisitable parseStatement(java.lang.String statementSQLText) throws StandardException
StandardException
Visitable parseSearchCondition(java.lang.String sqlFragment) throws StandardException
<search condition>
.sqlFragment
- the SQL fragment to parseStandardException
- if the SQL fragment could not be parsedjava.lang.String getSQLtext()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.