public class SQLServerOutput extends SQLServerObjectImpl
Constructor and Description |
---|
SQLServerOutput() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLServerOutput |
clone() |
List<SQLExpr> |
getColumns() |
SQLExprTableSource |
getInto() |
List<SQLSelectItem> |
getSelectList() |
void |
setInto(SQLExprTableSource into) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
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 void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
accept0
in class SQLServerObjectImpl
public SQLExprTableSource getInto()
public void setInto(SQLExprTableSource into)
public List<SQLSelectItem> getSelectList()
public SQLServerOutput clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.