| 程序包 | 说明 |
|---|---|
| db.sql.api.impl.cmd | |
| db.sql.api.impl.cmd.executor | |
| db.sql.api.impl.cmd.struct |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractSubQuery<?,?> |
CmdFactory.createSubQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T1,T2> ICondition |
ConditionFactory.exists(boolean when,
Getter<T1> sourceGetter,
int sourceStorey,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ICondition |
ConditionFactory.notExists(boolean when,
Getter<T1> sourceGetter,
int sourceStorey,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractSubQuery<SELF extends AbstractSubQuery<SELF,CMD_FACTORY>,CMD_FACTORY extends CmdFactory> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractWithQuery<SELF extends AbstractWithQuery<SELF,CMD_FACTORY>,CMD_FACTORY extends CmdFactory> |
class |
SubQuery
子查询
|
class |
WithQuery
子查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
DatasetField |
AbstractSubQuery.$outerField(IDataset root,
AbstractSubQuery subQuery,
TableField tableField) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T1,T2> ConditionChain |
ConditionChain.exists(boolean when,
Getter<T1> sourceGetter,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ConditionChain |
ConditionChain.exists(boolean when,
Getter<T1> sourceGetter,
int sourceStorey,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ConditionChain |
ConditionChain.exists(Getter<T1> sourceGetter,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ConditionChain |
ConditionChain.exists(Getter<T1> sourceGetter,
int sourceStorey,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ConditionChain |
ConditionChain.notExists(boolean when,
Getter<T1> sourceGetter,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ConditionChain |
ConditionChain.notExists(boolean when,
Getter<T1> sourceGetter,
int sourceStorey,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ConditionChain |
ConditionChain.notExists(Getter<T1> sourceGetter,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
<T1,T2> ConditionChain |
ConditionChain.notExists(Getter<T1> sourceGetter,
int sourceStorey,
Getter<T2> targetGetter,
Consumer<AbstractSubQuery<?,?>> consumer) |
Copyright © 2025. All rights reserved.