记录类的使用
cn.yingyya.next.moment.api.database.sql.SQLCondition
使用SQLCondition的程序包
-
cn.yingyya.next.moment.api.database.sql中SQLCondition的使用
修饰符和类型方法说明static @NotNull SQLConditionstatic @NotNull SQLConditionstatic @NotNull SQLConditionstatic @NotNull SQLConditionSQLCondition.of(@NotNull SQLValue value, @NotNull SQLConditionType type) static @NotNull SQLCondition -
cn.yingyya.next.moment.api.database.sql.executor中SQLCondition的使用
修饰符和类型方法说明@NotNull DeleteQueryExecutorDeleteQueryExecutor.where(@NotNull SQLCondition... wheres) @NotNull SelectQueryExecutor<T> SelectQueryExecutor.where(@NotNull SQLCondition... wheres) @NotNull UpdateQueryExecutorUpdateQueryExecutor.where(@NotNull SQLCondition... wheres) 修饰符和类型方法说明@NotNull DeleteQueryExecutorDeleteQueryExecutor.where(@NotNull List<SQLCondition> wheres) @NotNull SelectQueryExecutor<T> SelectQueryExecutor.where(@NotNull List<SQLCondition> wheres) @NotNull UpdateQueryExecutorUpdateQueryExecutor.where(@NotNull List<SQLCondition> wheres)