public interface IDelete<SELF extends IDelete,TABLE extends ITable<TABLE,TABLE_FIELD>,TABLE_FIELD extends ITableField<TABLE_FIELD,TABLE>,COLUMN extends Cmd,V,CONDITION_CHAIN extends IConditionChain<CONDITION_CHAIN,TABLE_FIELD,COLUMN,V>,DELETE_TABLE extends IDeleteTable,FROM extends IFrom,JOIN extends IJoin<JOIN,ON,TABLE,TABLE_FIELD,COLUMN,V,CONDITION_CHAIN>,ON extends IOn<ON,JOIN,TABLE,TABLE_FIELD,COLUMN,V,CONDITION_CHAIN>,WHERE extends IWhere<WHERE,TABLE_FIELD,COLUMN,V,CONDITION_CHAIN>> extends IDeleteMethod<SELF>, IFromMethod<SELF,TABLE,TABLE_FIELD>, IJoinMethod<SELF,ON>, IWhereMethod<SELF,TABLE_FIELD,COLUMN,V,CONDITION_CHAIN>, IExecutor<SELF,TABLE,TABLE_FIELD>
| 限定符和类型 | 方法和说明 |
|---|---|
DELETE_TABLE |
$delete(IDataset... tables) |
FROM |
$from(IDataset... tables) |
JOIN |
$join(JoinMode mode,
IDataset mainTable,
IDataset secondTable) |
WHERE |
$where() |
default CONDITION_CHAIN |
conditionChain() |
default <DATASET extends IDataset<DATASET,DATASET_FIELD>,DATASET_FIELD extends IDatasetField<DATASET_FIELD>> |
delete(IDataset<DATASET,DATASET_FIELD>... tables) |
default <DATASET extends IDataset<DATASET,DATASET_FIELD>,DATASET_FIELD extends IDatasetField<DATASET_FIELD>> |
from(IDataset<DATASET,DATASET_FIELD>... tables) |
deletefrom, from, from, from, from, fromEntityInterceptjoin, join, join, join, join, join, join, join, join, join, join, join, join, join, joinEntityInterceptforSearch, ignoreEmptyInCondition, ignoreNullValueInCondition, trimStringInConditionand, and, and, and, and, and, and, and, andNested, between, between, empty, empty, eq, eq, eq, exists, gt, gt, gt, gte, gte, gte, in, in, in, in, in, in, isNotNull, isNotNull, isNull, isNull, like, like, lt, lt, lt, lte, lte, lte, ne, ne, ne, notBetween, notBetween, notEmpty, notEmpty, notExists, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, or, or, or, or, or, or, or, or, orNestedeq, eqne, negt, gtgte, gte, gte, gte, gte, gtegte, gtelt, ltlte, lte, lte, lte, lte, ltelte, ltelike, like, like, like, like, like, likelike, like, like, likenotLike, notLike, notLike, notLike, notLike, notLike, notLikenotLike, notLike, notLike, notLikebetween, between, betweenbetween, betweennotBetween, notBetween, notBetweennotBetween, notBetweenisNull, isNullisNotNull, isNotNullempty, empty, emptynotEmpty, notEmpty, notEmptyin, in, in, in, in, in, in, in, innotIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notInexists, notExistscmds, cmdSorts, comparator, connect, connect, selectorExecute, sortedCmds, sql, sql, sqlDELETE_TABLE $delete(IDataset... tables)
WHERE $where()
default <DATASET extends IDataset<DATASET,DATASET_FIELD>,DATASET_FIELD extends IDatasetField<DATASET_FIELD>> SELF delete(IDataset<DATASET,DATASET_FIELD>... tables)
delete 在接口中 IDeleteMethod<SELF extends IDelete>default <DATASET extends IDataset<DATASET,DATASET_FIELD>,DATASET_FIELD extends IDatasetField<DATASET_FIELD>> SELF from(IDataset<DATASET,DATASET_FIELD>... tables)
from 在接口中 IFromMethod<SELF extends IDelete,TABLE extends ITable<TABLE,TABLE_FIELD>,TABLE_FIELD extends ITableField<TABLE_FIELD,TABLE>>default CONDITION_CHAIN conditionChain()
conditionChain 在接口中 IConditionMethod<SELF extends IDelete,TABLE_FIELD extends ITableField<TABLE_FIELD,TABLE>,COLUMN extends Cmd,V,CONDITION_CHAIN extends IConditionChain<CONDITION_CHAIN,TABLE_FIELD,COLUMN,V>>Copyright © 2024. All rights reserved.