Uses of Class
io.vertx.mutiny.sqlclient.PropertyKind
Packages that use PropertyKind
Package
Description
- 
Uses of PropertyKind in io.vertx.mutiny.jdbcclient
Fields in io.vertx.mutiny.jdbcclient declared as PropertyKindModifier and TypeFieldDescriptionstatic final PropertyKind<Row>JDBCPool.GENERATED_KEYSThe property to be used to retrieve the generated keysstatic final PropertyKind<Boolean>JDBCPool.OUTPUTThe property to be used to retrieve the output of the callable statement - 
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_IDSqlResult for 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 arg) static <T> PropertyKind<T>PropertyKind.newInstance(io.vertx.sqlclient.PropertyKind arg, TypeArg<T> __typeArg_T) Methods in io.vertx.mutiny.sqlclient with parameters of type PropertyKind