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, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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–2018 Alibaba Group. All rights reserved.