| Modifier and Type | Method and Description |
|---|---|
SQLInsertStatement.ValuesClause |
SQLInsertStatement.ValuesClause.clone() |
SQLInsertStatement.ValuesClause |
SQLInsertInto.getValues() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLInsertStatement.ValuesClause> |
SQLReplaceStatement.getValuesList() |
List<SQLInsertStatement.ValuesClause> |
SQLInsertInto.getValuesList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLInsertInto.addValueCause(SQLInsertStatement.ValuesClause valueClause) |
void |
SQLInsertInto.setValues(SQLInsertStatement.ValuesClause values) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLInsertStatement.ValuesClause> |
HiveInsert.getValuesList() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveInsert.addValueCause(SQLInsertStatement.ValuesClause valueClause) |
| Modifier and Type | Method and Description |
|---|---|
SQLInsertStatement.ValuesClause |
MySqlInsertReader.readCaluse() |
| Modifier and Type | Method and Description |
|---|---|
SQLInsertStatement.ValuesClause |
PGInsertStatement.getValues() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLInsertStatement.ValuesClause> |
PGInsertStatement.getValuesList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PGInsertStatement.addValueCause(SQLInsertStatement.ValuesClause valueClause) |
void |
PGInsertStatement.setValues(SQLInsertStatement.ValuesClause values) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLInsertStatement.ValuesClause x) |
boolean |
SQLASTOutputVisitor.visit(SQLInsertStatement.ValuesClause x) |
default boolean |
SQLASTVisitor.visit(SQLInsertStatement.ValuesClause x) |
boolean |
SQLASTOutputVisitor.visit(SQLInsertStatement.ValuesClause x,
List<Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
static List<SQLInsertStatement.ValuesClause> |
CalciteMySqlNodeVisitor.convertToSingleValuesIfNeed(List<SQLInsertStatement.ValuesClause> valuesClauseList)
If there are multiple VALUES, and all values in VALUES CLAUSE are literal,
convert the value clauses to a single value clause.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SQLInsertStatement.ValuesClause> |
CalciteMySqlNodeVisitor.convertToSingleValuesIfNeed(List<SQLInsertStatement.ValuesClause> valuesClauseList)
If there are multiple VALUES, and all values in VALUES CLAUSE are literal,
convert the value clauses to a single value clause.
|
Copyright © 2013–2021 Alibaba Group. All rights reserved.