| Package | Description |
|---|---|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlAdvisor.ValidateErrorInfo> |
SqlAdvisor.validate(String sql)
Attempts to parse and validate a SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
protected SqlNode |
SqlAdvisor.collectParserError(String sql,
List<SqlAdvisor.ValidateErrorInfo> errorList)
Attempts to parse a SQL statement and adds to the errorList if any syntax
error is found.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.