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 LegacySQLPreparedQueryDeprecated.Defines prepared query@NotNull LegacySQLCollectorDeprecated.Defines result collector depends on result set@NotNull LegacyJooqxSessionsession()Deprecated.Open session executor@NotNull LegacyJooqxTxDeprecated.Open transaction executorMethods inherited from interface io.github.zero88.jooqx.JooqDSLProvider
dslMethods inherited from interface io.github.zero88.jooqx.SQLBatchExecutor
batch, batch, batch, batchMethods inherited from interface io.github.zero88.jooqx.SQLBlockExecutor
block, block, block, blockMethods inherited from interface io.github.zero88.jooqx.SQLDDLExecutor
ddl, ddl, ddl, ddlMethods 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, updateQueryMethods 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, fetchOneMethods inherited from interface io.github.zero88.jooqx.SQLExecutor
errorConverter, executor, routine, routineResult, routineResultSet, sqlClient, typeMapperRegistry, vertxMethods inherited from interface io.github.zero88.jooqx.SQLPlainExecutor
sql, sql, sql, sql, sqlQuery, sqlQuery, sqlQuery, sqlQueryMethods inherited from interface io.github.zero88.jooqx.SQLRoutineExecutor
routine, routine, routine, routineResult, routineResultSet
-
Method Details
-
preparedQuery
Deprecated.Description copied from interface:SQLExecutorDefines prepared query- Specified by:
preparedQueryin 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:SQLExecutorDefines result collector depends on result set- Specified by:
resultCollectorin 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:SQLExecutorOpen transaction executor- Specified by:
transactionin 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:SQLExecutorOpen session executor- Specified by:
sessionin interfaceSQLExecutor<S extends io.vertx.ext.sql.SQLOperations,io.vertx.core.json.JsonArray, LegacySQLPreparedQuery, LegacySQLCollector> - Returns:
- transaction executor
- See Also:
-