public class SQLServerWaitForStatement extends SQLServerObjectImpl implements SQLServerStatement
| Constructor and Description |
|---|
SQLServerWaitForStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
String |
getDbType() |
SQLExpr |
getDelay() |
SQLStatement |
getStatement() |
SQLExpr |
getTime() |
SQLExpr |
getTimeout() |
void |
setDbType(String dbType) |
void |
setDelay(SQLExpr delay) |
void |
setStatement(SQLStatement statement) |
void |
setTime(SQLExpr time) |
void |
setTimeout(SQLExpr timeout) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(SQLServerASTVisitor visitor)
accept0 in interface SQLServerObjectaccept0 in class SQLServerObjectImplpublic 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)
public String getDbType()
getDbType in interface SQLStatementpublic void setDbType(String dbType)
Copyright © 2013–2016 Alibaba Group. All rights reserved.