Uses of Class
com.alibaba.druid.sql.ast.statement.SQLObjectType
-
Packages that use SQLObjectType Package Description com.alibaba.druid.sql.ast.statement com.alibaba.druid.sql.dialect.odps.ast -
-
Uses of SQLObjectType in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLObjectType Modifier and Type Field Description protected SQLObjectTypeSQLDescribeStatement. objectTypeprotected SQLObjectTypeSQLPrivilegeStatement. resourceTypeMethods in com.alibaba.druid.sql.ast.statement that return SQLObjectType Modifier and Type Method Description SQLObjectTypeSQLDescribeStatement. getObjectType()SQLObjectTypeSQLGrantStatement. getResourceType()SQLObjectTypeSQLPrivilegeStatement. getResourceType()static SQLObjectTypeSQLObjectType. 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.Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLObjectType Modifier and Type Method Description voidSQLDescribeStatement. setObjectType(SQLObjectType objectType)voidSQLGrantStatement. setResourceType(SQLObjectType resourceType)voidSQLPrivilegeStatement. setResourceType(SQLObjectType x) -
Uses of SQLObjectType in com.alibaba.druid.sql.dialect.odps.ast
Methods in com.alibaba.druid.sql.dialect.odps.ast that return SQLObjectType Modifier and Type Method Description SQLObjectTypeOdpsGrantStmt. getSubjectType()Methods in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLObjectType Modifier and Type Method Description voidOdpsGrantStmt. setSubjectType(SQLObjectType subjectType)
-