Uses of Class
io.vertx.mutiny.sqlclient.PropertyKind
Packages that use PropertyKind
Package
Description
-
Uses of PropertyKind in io.vertx.mutiny.mysqlclient
Fields in io.vertx.mutiny.mysqlclient declared as PropertyKindModifier and TypeFieldDescriptionstatic final PropertyKind<Long>MySQLClient.LAST_INSERTED_IDSqlResultproperty kindfor MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations. -
Uses of PropertyKind in io.vertx.mutiny.oracleclient
Fields in io.vertx.mutiny.oracleclient declared as PropertyKindModifier and TypeFieldDescriptionstatic final PropertyKind<Row>OracleClient.GENERATED_KEYSThe property to be used to retrieve the generated keysstatic final PropertyKind<Boolean>OracleClient.OUTPUTThe property to be used to retrieve the output of the callable statement -
Uses of PropertyKind in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type PropertyKindMethods in io.vertx.mutiny.sqlclient that return PropertyKindModifier and TypeMethodDescriptionstatic <T> PropertyKind<T>static <T> PropertyKind<T>PropertyKind.newInstance(io.vertx.sqlclient.PropertyKind<T> delegate) Creates a new instance of thePropertyKind.static <T> PropertyKind<T>PropertyKind.newInstance(io.vertx.sqlclient.PropertyKind<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of thePropertyKind.Methods in io.vertx.mutiny.sqlclient with parameters of type PropertyKindModifier and TypeMethodDescription<V> VRowSet.property(PropertyKind<V> arg0) Get the specific property with the specifiedPropertyKind.<V> VSqlResult.property(PropertyKind<V> propertyKind) Get the specific property with the specifiedPropertyKind.<V> VSqlResult.SqlResultImpl.property(PropertyKind<V> propertyKind) Get the specific property with the specifiedPropertyKind.