| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlAccessType |
RelOptTableImpl.getAllowedAccess() |
| Modifier and Type | Field and Description |
|---|---|
static SqlAccessType |
SqlAccessType.ALL |
static SqlAccessType |
SqlAccessType.READ_ONLY |
static SqlAccessType |
SqlAccessType.WRITE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static SqlAccessType |
SqlAccessType.create(String accessString) |
static SqlAccessType |
SqlAccessType.create(String[] accessNames) |
| Modifier and Type | Method and Description |
|---|---|
SqlAccessType |
SqlValidatorTable.getAllowedAccess()
Returns the access type of the table
|
SqlAccessType |
DelegatingSqlValidatorTable.getAllowedAccess() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.