Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLObjectType
Packages that use SQLObjectType
-
Uses of SQLObjectType in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLObjectTypeModifier and TypeFieldDescriptionprotected SQLObjectTypeSQLDescribeStatement.objectTypeprotected SQLObjectTypeSQLPrivilegeStatement.resourceTypeMethods in com.alibaba.druid.sql.ast.statement that return SQLObjectTypeModifier and TypeMethodDescriptionSQLDescribeStatement.getObjectType()SQLGrantStatement.getResourceType()SQLPrivilegeStatement.getResourceType()static SQLObjectTypeReturns 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 SQLObjectTypeModifier and TypeMethodDescriptionvoidSQLDescribeStatement.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 SQLObjectTypeMethods in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLObjectType