public class SQLValuesTableSource extends SQLTableSourceImpl implements SQLSelectQuery, SQLReplaceable
| Constructor and Description |
|---|
SQLValuesTableSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
void |
addColumn(SQLName column) |
void |
addColumn(String column) |
void |
addValue(SQLListExpr row) |
SQLValuesTableSource |
clone() |
List<SQLName> |
getColumns() |
List<SQLListExpr> |
getValues() |
boolean |
isBracket() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setBracket(boolean bracket) |
aliasHashCode64, computeAlias, containsAlias, equals, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, hashCode, resolveColum, setAlias, setFlashback, setHintsaccept, 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, setParentpublic List<SQLListExpr> getValues()
public void addValue(SQLListExpr row)
public void addColumn(SQLName column)
public void addColumn(String column)
public void accept0(SQLASTVisitor visitor)
public boolean isBracket()
isBracket in interface SQLSelectQuerypublic void setBracket(boolean bracket)
setBracket in interface SQLSelectQuerypublic SQLValuesTableSource clone()
clone in interface SQLObjectclone in interface SQLSelectQueryclone in interface SQLTableSourceclone in class SQLTableSourceImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2020 Alibaba Group. All rights reserved.