| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.parser.impl |
Contains generated code for the
Calcite SQL parser. |
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlUpdate |
SqlMerge.getUpdateCall() |
| Constructor and Description |
|---|
SqlMerge(SqlParserPos pos,
SqlNode targetTable,
SqlNode condition,
SqlNode source,
SqlUpdate updateCall,
SqlInsert insertCall,
SqlSelect sourceSelect,
SqlIdentifier alias) |
| Modifier and Type | Method and Description |
|---|---|
SqlUpdate |
SqlParserImpl.WhenMatchedClause(SqlNode table,
SqlIdentifier alias) |
| Modifier and Type | Method and Description |
|---|---|
protected SqlSelect |
SqlValidatorImpl.createSourceSelectForUpdate(SqlUpdate call)
Creates the SELECT statement that putatively feeds rows into an UPDATE
statement to be updated.
|
void |
SqlValidatorImpl.validateUpdate(SqlUpdate call) |
void |
SqlValidator.validateUpdate(SqlUpdate update)
Validates an UPDATE statement.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.