Modifier and Type | Method and Description |
---|---|
default ColumnValue |
IColumn.value(Object value)
构造ColumnValue
|
Modifier and Type | Method and Description |
---|---|
List<ColumnValue> |
UniqueKey.getColumnValues()
Gets the value of columnValues
|
List<ColumnValue> |
PrepareStatement.getValues()
Gets the value of values
|
Modifier and Type | Method and Description |
---|---|
void |
UniqueKey.setColumnValues(List<ColumnValue> columnValues)
Sets the columnValues
|
void |
PrepareStatement.setValues(List<ColumnValue> values)
Sets the values
|
Constructor and Description |
---|
UniqueKey(ColumnValue... columnValues) |
Constructor and Description |
---|
PrepareStatement(String prepareSql,
List<ColumnValue> values)
构造函数
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnSetValue
列-值对(带列额外信息)
|
Modifier and Type | Method and Description |
---|---|
List<ColumnValue> |
TableColumnValues.getColumnValues()
Gets the value of columnValues
|
Modifier and Type | Method and Description |
---|---|
void |
TableColumnValues.setColumnValues(List<ColumnValue> columnValues)
Sets the columnValues
|
Constructor and Description |
---|
TableColumnValues(Table table,
List<ColumnValue> columnValues)
构造函数
|
Modifier and Type | Method and Description |
---|---|
InsertSql |
InsertSqlImpl.values(ColumnValue columnValue) |
Modifier and Type | Method and Description |
---|---|
InsertSql |
InsertSqlImpl.values(List<? extends ColumnValue> columnValues) |
Modifier and Type | Method and Description |
---|---|
T |
ValuesSupport.values(ColumnValue columnValue)
`(column1) VALUES(?)`语句
|
Modifier and Type | Method and Description |
---|---|
T |
ValuesSupport.values(List<? extends ColumnValue> columnValues)
`(column1, column2, ...) VALUES(?, ?, ...)`语句
|
Modifier and Type | Method and Description |
---|---|
T |
ValuesSupportImpl.values(ColumnValue columnValue) |
Modifier and Type | Method and Description |
---|---|
default void |
PrepareStatementBuildSupport.append(List<PrepareStatement> prepareStatements,
StringBuilder targetPrepareSql,
List<ColumnValue> targetValues)
扩展目标sql和values
|
default void |
PrepareStatementBuildSupport.append(PrepareStatement prepareStatement,
StringBuilder targetPrepareSql,
List<ColumnValue> targetValues)
扩展目标sql和values
|
default <T> PrepareStatement |
PrepareStatementBuildSupport.getPrepareStatement(String hook,
List<T> clauses,
Function<T,String> prepareSqlGetter,
Function<T,List<ColumnValue>> valuesGetter,
String separator)
获取 PrepareStatement
|
default <T> PrepareStatement |
PrepareStatementBuildSupport.getPrepareStatement(String hook,
List<T> clauses,
Function<T,String> prepareSqlGetter,
Function<T,List<ColumnValue>> valuesGetter,
String separator,
String close)
获取 PrepareStatement
|
T |
ValuesSupportImpl.values(List<? extends ColumnValue> columnValues) |
Copyright © 2020 IBIT程序猿. All rights reserved.