类 SelectQueryExecutor<T>
java.lang.Object
cn.yingyya.next.moment.api.database.sql.SQLExecutor<List<T>>
cn.yingyya.next.moment.api.database.sql.executor.SelectQueryExecutor<T>
-
字段概要
从类继承的字段 cn.yingyya.next.moment.api.database.sql.SQLExecutor
FROM, INSERT_INTO, SELECT, SET, table, UPDATE, VALUES, WHERE -
构造器概要
构造器限定符构造器说明protectedSelectQueryExecutor(@NotNull String table, @NotNull Function<ResultSet, T> dataFunction) -
方法概要
修饰符和类型方法说明@NotNull SelectQueryExecutor<T> all()@NotNull SelectQueryExecutor<T> amount(int amount) static <T> @NotNull SelectQueryExecutor<T> @NotNull SelectQueryExecutor<T> @NotNull SelectQueryExecutor<T> execute(@NotNull DataConnector<?> connector) @NotNull SelectQueryExecutor<T> where(@NotNull SQLCondition... wheres) @NotNull SelectQueryExecutor<T> where(@NotNull List<SQLCondition> wheres) 从类继承的方法 cn.yingyya.next.moment.api.database.sql.SQLExecutor
getTable
-
构造器详细资料
-
SelectQueryExecutor
-
-
方法详细资料
-
execute
- 指定者:
execute在类中SQLExecutor<List<T>>
-
builder
@NotNull public static <T> @NotNull SelectQueryExecutor<T> builder(@NotNull @NotNull String table, @NotNull @NotNull Function<ResultSet, T> dataFunction) -
all
-
columns
-
columns
-
where
-
where
-
amount
-