类 Executor.Args<R>
java.lang.Object
org.babyfish.jimmer.sql.runtime.Executor.Args<R>
- 封闭接口:
Executor
-
字段概要
字段修饰符和类型字段说明final SqlFunction<PreparedStatement,R> final @Nullable LongIf non-null, it means the current callback is not normal operation, but `Query.forEach`final Connectionfinal @Nullable ExecutorContextfinal ExecutionPurposefinal Stringfinal JSqlClientImplementorfinal StatementFactory -
构造器概要
构造器构造器说明Args(JSqlClientImplementor sqlClient, Connection con, String sql, List<Object> variables, @Nullable List<Integer> variablePositions, ExecutionPurpose purpose, StatementFactory statementFactory, SqlFunction<PreparedStatement, R> block) Args(JSqlClientImplementor sqlClient, Connection con, String sql, List<Object> variables, @Nullable List<Integer> variablePositions, ExecutionPurpose purpose, StatementFactory statementFactory, SqlFunction<PreparedStatement, R> block, long closingCursorId) -
方法概要
-
字段详细资料
-
sqlClient
-
con
-
sql
-
variables
-
variablePositions
-
purpose
-
ctx
-
statementFactory
-
block
-
closingCursorId
If non-null, it means the current callback is not normal operation, but `Query.forEach`
-
-
构造器详细资料
-
Args
public Args(JSqlClientImplementor sqlClient, Connection con, String sql, List<Object> variables, @Nullable @Nullable List<Integer> variablePositions, ExecutionPurpose purpose, StatementFactory statementFactory, SqlFunction<PreparedStatement, R> block) -
Args
public Args(JSqlClientImplementor sqlClient, Connection con, String sql, List<Object> variables, @Nullable @Nullable List<Integer> variablePositions, ExecutionPurpose purpose, StatementFactory statementFactory, SqlFunction<PreparedStatement, R> block, long closingCursorId)
-