Package | Description |
---|---|
com.alibaba.druid.sql.ast.statement | |
com.alibaba.druid.sql.dialect.odps.ast |
Modifier and Type | Method and Description |
---|---|
SQLObjectType |
SQLRevokeStatement.getObjectType() |
SQLObjectType |
SQLGrantStatement.getObjectType() |
SQLObjectType |
SQLDescribeStatement.getObjectType() |
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 |
SQLRevokeStatement.setObjectType(SQLObjectType objectType) |
void |
SQLGrantStatement.setObjectType(SQLObjectType objectType) |
void |
SQLDescribeStatement.setObjectType(SQLObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
SQLObjectType |
OdpsGrantStmt.getSubjectType() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsGrantStmt.setSubjectType(SQLObjectType subjectType) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.