Uses of Interface
io.vertx.sqlclient.desc.RowDescriptor
Packages that use RowDescriptor
Package
Description
-
Uses of RowDescriptor in io.vertx.reactivex.sqlclient.desc
Methods in io.vertx.reactivex.sqlclient.desc that return RowDescriptorMethods in io.vertx.reactivex.sqlclient.desc with parameters of type RowDescriptorModifier and TypeMethodDescriptionstatic RowDescriptorRowDescriptor.newInstance(RowDescriptor arg) Constructors in io.vertx.reactivex.sqlclient.desc with parameters of type RowDescriptor -
Uses of RowDescriptor in io.vertx.rxjava3.sqlclient.desc
Methods in io.vertx.rxjava3.sqlclient.desc that return RowDescriptorMethods in io.vertx.rxjava3.sqlclient.desc with parameters of type RowDescriptorModifier and TypeMethodDescriptionstatic RowDescriptorRowDescriptor.newInstance(RowDescriptor arg) Constructors in io.vertx.rxjava3.sqlclient.desc with parameters of type RowDescriptor -
Uses of RowDescriptor in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return RowDescriptorModifier and TypeMethodDescriptiondefault RowDescriptorCursor.rowDescriptor()Describes rows loaded withCursor.read(int).default RowDescriptorRowStream.rowDescriptor()Describes rows emitted by this stream.SqlResult.rowDescriptor()