public abstract class SQLPrivilegeStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLPrivilegeStatement() |
SQLPrivilegeStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(SQLExpr user) |
List<SQLPrivilegeItem> |
getPrivileges() |
SQLObject |
getResource() |
SQLObjectType |
getResourceType() |
List<SQLExpr> |
getUsers() |
void |
setResource(SQLExpr resource) |
void |
setResource(SQLObject x) |
void |
setResourceType(SQLObjectType x) |
void |
setUsers(List<SQLExpr> users) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLPrivilegeStatement()
public SQLPrivilegeStatement(DbType dbType)
public void addUser(SQLExpr user)
public SQLObject getResource()
public void setResource(SQLObject x)
public void setResource(SQLExpr resource)
public List<SQLPrivilegeItem> getPrivileges()
public SQLObjectType getResourceType()
public void setResourceType(SQLObjectType x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.