public class SQLValuesTableSource extends SQLTableSourceImpl implements SQLSelectQuery, SQLReplaceable
alias, aliasHashCode64, flashback, hintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLValuesTableSource() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, 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, setParentpublic List<SQLListExpr> getValues()
public void addValue(SQLListExpr row)
public void addColumn(SQLName column)
public void addColumn(String column)
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean isBracket()
isBracket 在接口中 SQLSelectQuerypublic void setBracket(boolean bracket)
setBracket 在接口中 SQLSelectQuerypublic SQLValuesTableSource clone()
clone 在接口中 SQLObjectclone 在接口中 SQLSelectQueryclone 在接口中 SQLTableSourceclone 在类中 SQLTableSourceImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceableCopyright © 2013–2023. All rights reserved.