Uses of Interface
io.vertx.sqlclient.desc.ColumnDescriptor
-
Packages that use ColumnDescriptor Package Description io.vertx.sqlclient -
-
Uses of ColumnDescriptor in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return types with arguments of type ColumnDescriptor Modifier and Type Method Description List<ColumnDescriptor>SqlResult. columnDescriptors()Get the column descriptors in the SqlResult.
-