public class AlterServerNode extends MiscellaneousStatementNode
| Modifier and Type | Class and Description |
|---|---|
static class |
AlterServerNode.AlterType |
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
AlterServerNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
AlterServerNode.AlterType |
getAlterSessionType() |
Integer |
getSessionID() |
String |
getValue() |
String |
getVariable() |
void |
init(Object config)
Initialize a query tree node.
|
void |
init(Object interrupt,
Object disconnect,
Object kill,
Object session)
Initialize a query tree node.
|
boolean |
isShutdownImmediate() |
String |
statementToString() |
String |
toString()
Convert this object to a String.
|
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, 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, treePrint, treePrint, treePrintpublic void init(Object config)
QueryTreeNodeinit in class QueryTreeNodepublic void init(Object interrupt, Object disconnect, Object kill, Object session)
QueryTreeNodeinit in class QueryTreeNodepublic void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class QueryTreeNodeStandardExceptionpublic String statementToString()
statementToString in class StatementNodepublic String toString()
StatementNodetoString in class StatementNodepublic final Integer getSessionID()
public final AlterServerNode.AlterType getAlterSessionType()
public final boolean isShutdownImmediate()
public String getVariable()
public String getValue()
Copyright © 2015 FoundationDB, LLC. All rights reserved.