public class SQLDeclareStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLDeclareStatement() |
SQLDeclareStatement(SQLName name,
SQLDataType dataType) |
SQLDeclareStatement(SQLName name,
SQLDataType dataType,
SQLExpr value) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
void |
addItem(SQLDeclareItem item) |
List<SQLDeclareItem> |
getItems() |
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
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLDeclareStatement()
public SQLDeclareStatement(SQLName name, SQLDataType dataType)
public SQLDeclareStatement(SQLName name, SQLDataType dataType, SQLExpr value)
public void accept0(SQLASTVisitor visitor)
public List<SQLDeclareItem> getItems()
public void addItem(SQLDeclareItem item)
Copyright © 2013–2017 Alibaba Group. All rights reserved.