| 程序包 | 说明 |
|---|---|
| tech.ibit.sqlbuilder | |
| tech.ibit.sqlbuilder.sql.impl | |
| tech.ibit.sqlbuilder.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static InsertSql |
SqlFactory.createInsert()
创建插入
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InsertSqlImpl
InsertSql实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
InsertSql |
InsertSqlImpl.insert(List<Table> tables) |
InsertSql |
InsertSqlImpl.insert(Table table) |
InsertSql |
InsertSqlImpl.onDuplicateKeyUpdate(List<SetItem> items) |
InsertSql |
InsertSqlImpl.onDuplicateKeyUpdate(SetItem item) |
InsertSql |
InsertSqlImpl.values(Column column,
Object value) |
InsertSql |
InsertSqlImpl.values(ColumnValue columnValue) |
InsertSql |
InsertSqlImpl.values(List<? extends ColumnValue> columnValues) |
InsertSql |
InsertSqlImpl.values(List<Column> columns,
List<Object> values) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> InsertSql |
IdSqlUtils.batchInsertInto(List<T> pos,
List<Column> columns)
构造批量插入对象的SQL对象参数
SQL语法 : `INSERT INTO table(column1, column2, ...) values(?
|
static <T> InsertSql |
IdSqlUtils.insertInto(T po)
构造插入对象的SQL对象参数
|
Copyright © 2020 IBIT程序猿. All rights reserved.