Package io.github.zero88.jooqx
Interface LegacyInternal<S extends io.vertx.ext.sql.SQLOperations>
- All Superinterfaces:
HasExecutor
,JooqDSLProvider
,SQLBatchExecutor
,SQLBlockExecutor
,SQLDDLExecutor
,SQLDMLExecutor
,SQLDQLExecutor
,SQLExecutor<S,
,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector> SQLPlainExecutor
,SQLRoutineExecutor
,SQLStatementExecutor
- All Known Subinterfaces:
LegacyJooqx
,LegacyJooqxSession
,LegacyJooqxTx
@Deprecated
public interface LegacyInternal<S extends io.vertx.ext.sql.SQLOperations>
extends SQLExecutor<S,io.vertx.core.json.JsonArray,LegacySQLPreparedQuery,LegacySQLCollector>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescription@NotNull LegacySQLPreparedQuery
Deprecated.Defines prepared query@NotNull LegacySQLCollector
Deprecated.Defines result collector depends on result set@NotNull LegacyJooqxSession
session()
Deprecated.Open session executor@NotNull LegacyJooqxTx
Deprecated.Open transaction executorMethods inherited from interface io.github.zero88.jooqx.JooqDSLProvider
dsl
Methods inherited from interface io.github.zero88.jooqx.SQLBatchExecutor
batch, batch, batch, batch
Methods inherited from interface io.github.zero88.jooqx.SQLBlockExecutor
block, block, block, block
Methods inherited from interface io.github.zero88.jooqx.SQLDDLExecutor
ddl, ddl, ddl, ddl
Methods inherited from interface io.github.zero88.jooqx.SQLDMLExecutor
delete, delete, delete, delete, deleteQuery, deleteQuery, deleteQuery, deleteQuery, insert, insert, insert, insert, insertQuery, insertQuery, insertQuery, insertQuery, update, update, update, update, updateQuery, updateQuery, updateQuery, updateQuery
Methods inherited from interface io.github.zero88.jooqx.SQLDQLExecutor
fetchCount, fetchCount, fetchCount, fetchCount, fetchExists, fetchExists, fetchExists, fetchExists, fetchJsonArray, fetchJsonArray, fetchJsonArray, fetchJsonArray, fetchJsonArray, fetchJsonArray, fetchJsonArray, fetchJsonArray, fetchJsonObject, fetchJsonObject, fetchJsonObject, fetchJsonObject, fetchJsonObject, fetchJsonObject, fetchJsonObject, fetchJsonObject, fetchJsonRecord, fetchJsonRecord, fetchJsonRecord, fetchJsonRecord, fetchJsonRecords, fetchJsonRecords, fetchJsonRecords, fetchJsonRecords, fetchMany, fetchMany, fetchMany, fetchMany, fetchOne, fetchOne, fetchOne, fetchOne
Methods inherited from interface io.github.zero88.jooqx.SQLExecutor
errorConverter, executor, routine, routineResult, routineResultSet, sqlClient, typeMapperRegistry, vertx
Methods inherited from interface io.github.zero88.jooqx.SQLPlainExecutor
sql, sql, sql, sql, sqlQuery, sqlQuery, sqlQuery, sqlQuery
Methods inherited from interface io.github.zero88.jooqx.SQLRoutineExecutor
routine, routine, routine, routineResult, routineResultSet
-
Method Details
-
preparedQuery
Deprecated.Description copied from interface:SQLExecutor
Defines prepared query- Specified by:
preparedQuery
in interfaceSQLExecutor<S extends io.vertx.ext.sql.SQLOperations,
io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector> - Returns:
- prepared query
- See Also:
-
resultCollector
Deprecated.Description copied from interface:SQLExecutor
Defines result collector depends on result set- Specified by:
resultCollector
in interfaceSQLExecutor<S extends io.vertx.ext.sql.SQLOperations,
io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector> - Returns:
- result collector
- See Also:
-
transaction
Deprecated.Description copied from interface:SQLExecutor
Open transaction executor- Specified by:
transaction
in interfaceSQLExecutor<S extends io.vertx.ext.sql.SQLOperations,
io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector> - Returns:
- transaction executor
- See Also:
-
session
Deprecated.Description copied from interface:SQLExecutor
Open session executor- Specified by:
session
in interfaceSQLExecutor<S extends io.vertx.ext.sql.SQLOperations,
io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector> - Returns:
- transaction executor
- See Also:
-