public class SQLServerOutput extends SQLServerObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLExpr> |
columns |
protected SQLExprTableSource |
into |
protected List<SQLSelectItem> |
selectList |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLServerOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLServerOutput |
clone() |
List<SQLExpr> |
getColumns() |
SQLExprTableSource |
getInto() |
List<SQLSelectItem> |
getSelectList() |
void |
setInto(SQLExprTableSource into) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected SQLExprTableSource into
protected final List<SQLSelectItem> selectList
public void accept0(SQLServerASTVisitor visitor)
accept0 在接口中 SQLServerObjectaccept0 在类中 SQLServerObjectImplpublic SQLExprTableSource getInto()
public void setInto(SQLExprTableSource into)
public List<SQLSelectItem> getSelectList()
public SQLServerOutput clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.