public class TablePrivilegesNode extends QueryTreeNode
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_COUNT |
static int |
DELETE_ACTION |
static int |
INSERT_ACTION |
static int |
REFERENCES_ACTION |
static int |
SELECT_ACTION |
static int |
TRIGGER_ACTION |
static int |
UPDATE_ACTION |
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
TablePrivilegesNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(int action,
ResultColumnList privilegeColumnList)
Add one action to the privileges for this table
|
void |
addAll()
Add all actions
|
accept, convertDefaultNode, copyFrom, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, printSubNodes, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, toString, treePrint, treePrint, treePrintpublic static final int SELECT_ACTION
public static final int DELETE_ACTION
public static final int INSERT_ACTION
public static final int UPDATE_ACTION
public static final int REFERENCES_ACTION
public static final int TRIGGER_ACTION
public static final int ACTION_COUNT
public void addAll()
public void addAction(int action,
ResultColumnList privilegeColumnList)
action - The action typeprivilegeColumnList - The set of privilege columns. Null for all columnsStandardException - standard error policy.Copyright © 2015 FoundationDB, LLC. All rights reserved.