public class SQLServerWaitForStatement extends SQLServerStatementImpl implements SQLServerStatement
Constructor and Description |
---|
SQLServerWaitForStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLExpr |
getDelay() |
SQLStatement |
getStatement() |
SQLExpr |
getTime() |
SQLExpr |
getTimeout() |
void |
setDelay(SQLExpr delay) |
void |
setStatement(SQLStatement statement) |
void |
setTime(SQLExpr time) |
void |
setTimeout(SQLExpr timeout) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
accept0
in class SQLServerStatementImpl
public SQLExpr getDelay()
public void setDelay(SQLExpr delay)
public SQLExpr getTime()
public void setTime(SQLExpr time)
public SQLStatement getStatement()
public void setStatement(SQLStatement statement)
public SQLExpr getTimeout()
public void setTimeout(SQLExpr timeout)
Copyright © 2013–2017 Alibaba Group. All rights reserved.