Modifier and Type | Method and Description |
---|---|
SQLInsertStatement.ValuesClause |
SQLInsertInto.getValues() |
Modifier and Type | Method and Description |
---|---|
List<SQLInsertStatement.ValuesClause> |
SQLInsertInto.getValuesList() |
Modifier and Type | Method and Description |
---|---|
void |
SQLInsertInto.setValues(SQLInsertStatement.ValuesClause values) |
Modifier and Type | Method and Description |
---|---|
void |
SQLInsertInto.setValuesList(List<SQLInsertStatement.ValuesClause> valuesList) |
Modifier and Type | Method and Description |
---|---|
List<SQLInsertStatement.ValuesClause> |
MySqlReplaceStatement.getValuesList() |
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 |
---|---|
SQLInsertStatement.ValuesClause |
SQLServerInsertStatement.getValues() |
Modifier and Type | Method and Description |
---|---|
List<SQLInsertStatement.ValuesClause> |
SQLServerInsertStatement.getValuesList() |
Modifier and Type | Method and Description |
---|---|
void |
SQLServerInsertStatement.setValues(SQLInsertStatement.ValuesClause values) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLInsertStatement.ValuesClause x) |
void |
SQLASTVisitor.endVisit(SQLInsertStatement.ValuesClause x) |
boolean |
SQLASTVisitorAdapter.visit(SQLInsertStatement.ValuesClause x) |
boolean |
SQLASTVisitor.visit(SQLInsertStatement.ValuesClause x) |
boolean |
SQLASTOutputVisitor.visit(SQLInsertStatement.ValuesClause x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.