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, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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–2020 Alibaba Group. All rights reserved.