| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.api.component | |
| online.sanen.unabo.sql.factory | |
| online.sanen.unabo.sql.pipe |
| 限定符和类型 | 方法和说明 |
|---|---|
Handel |
PipelineDivice.getFirst() |
Handel |
Pipeline.getFirst() |
Handel |
PipelineDivice.getLast() |
Handel |
Pipeline.getLast() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Handel> |
PipelineDivice.getHandels() |
List<Handel> |
Pipeline.getHandels() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PipelineDivice.addLast(Handel handel) |
void |
Pipeline.addLast(Handel handel) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Handel |
HandelFactory.batchUpdate() |
static Handel |
HandelFactory.commonFieldHandel() |
static Handel |
HandelFactory.conditionHandel() |
static Handel |
HandelFactory.createAndInsert(String newTableName) |
static Handel |
HandelFactory.debugHandel() |
static Handel |
HandelFactory.entityConditionHandel() |
static Handel |
HandelFactory.limitHandel() |
static Handel |
HandelFactory.paramerHandel() |
static Handel |
HandelFactory.primaryKeyHandel() |
static Handel |
HandelFactory.resultColumnsHandel() |
static Handel |
HandelFactory.resultHandel() |
static Handel |
HandelFactory.sqlHandel() |
static Handel |
HandelFactory.streamHandel(int count) |
static Handel |
HandelFactory.streamHandel(int bufferSize,
Consumer<List<Map<String,Object>>> datas,
Consumer<Map<String,Object>> rowProcess,
Map<String,String> aliases) |
static Handel |
HandelFactory.streamHandel(int bufferSize,
Function<List<Column>,Object> consumer,
StreamConsumer datas,
Map<String,String> aliases) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchOperationPileline |
class |
CommonFieldsPileline
Field processing, which takes the intersection of entry and database tables,
the type of which is the entry .
|
class |
ConditionPileline |
class |
CreateAndInsertSqlPileline |
class |
DebugPileline |
class |
EntityConditionPileline |
class |
ModifyParametersPileline
Modify modify operation parameters.
|
class |
PrimaryKeyAsConditionPileline |
class |
QueryResultLimitPileline |
class |
ResultPileline
The execution result
|
class |
SqlColumnsExtractPileline
Extract field information from Sql statements
|
class |
SqlConstructPileline
根据structue构造sql
|
class |
StreamPileline |
| 限定符和类型 | 方法和说明 |
|---|---|
static Handel |
Pilelines.getCommonFieldHandel() |
static Handel |
Pilelines.getConditionHandel() |
static Handel |
Pilelines.getDebugHandel() |
static Handel |
Pilelines.getParamerHandel() |
static Handel |
Pilelines.getResultHandel() |
static Handel |
Pilelines.getSqlHandel() |
Copyright © 2023. All rights reserved.