| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast.statement | |
| com.alibaba.druid.sql.dialect.odps.ast |
| Modifier and Type | Method and Description |
|---|---|
SQLObjectType |
SQLDescribeStatement.getObjectType() |
SQLObjectType |
SQLGrantStatement.getResourceType() |
SQLObjectType |
SQLPrivilegeStatement.getResourceType() |
static SQLObjectType |
SQLObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLObjectType[] |
SQLObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLDescribeStatement.setObjectType(SQLObjectType objectType) |
void |
SQLGrantStatement.setResourceType(SQLObjectType resourceType) |
void |
SQLPrivilegeStatement.setResourceType(SQLObjectType x) |
| Modifier and Type | Method and Description |
|---|---|
SQLObjectType |
OdpsGrantStmt.getSubjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdpsGrantStmt.setSubjectType(SQLObjectType subjectType) |
Copyright © 2013–2021 Alibaba Group. All rights reserved.