Uses of Interface
io.vertx.sqlclient.PropertyKind
-
Packages that use PropertyKind Package Description io.vertx.sqlclient -
-
Uses of PropertyKind in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return PropertyKind Modifier and Type Method Description static <T> PropertyKind<T>PropertyKind. create(String name, Class<T> type)Methods in io.vertx.sqlclient with parameters of type PropertyKind Modifier and Type Method Description <V> VSqlResult. property(PropertyKind<V> propertyKind)Get the specific property with the specifiedPropertyKind.
-