Uses of Class
io.vertx.sqlclient.spi.protocol.CommandBase
Packages that use CommandBase
-
Uses of CommandBase in io.vertx.sqlclient.spi.protocol
Subclasses of CommandBase in io.vertx.sqlclient.spi.protocolModifier and TypeClassDescriptionclassclassclassclassclassclassInitialize the connection so it can be used to interact with the database.classclassclassclassTxCommand<R>Methods in io.vertx.sqlclient.spi.protocol that return types with arguments of type CommandBaseMethods in io.vertx.sqlclient.spi.protocol with parameters of type CommandBaseModifier and TypeMethodDescription<R> voidCompositeCommand.add(CommandBase<R> cmd, Completable<R> handler) default <R> Future<R> CommandScheduler.schedule(io.vertx.core.internal.ContextInternal context, CommandBase<R> cmd) <R> voidCommandScheduler.schedule(CommandBase<R> cmd, Completable<R> handler)