Uses of Class
io.vertx.rxjava3.sqlclient.PropertyKind
Packages that use PropertyKind
Package
Description
-
Uses of PropertyKind in io.vertx.rxjava3.jdbcclient
Fields in io.vertx.rxjava3.jdbcclient declared as PropertyKindModifier and TypeFieldDescriptionstatic final PropertyKind<Row> JDBCPool.GENERATED_KEYSThe property to be used to retrieve the generated keys Only the first row will be presentstatic final PropertyKind<RowsList> JDBCPool.GENERATED_KEYS_LISTProperty used to get the full list of 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.rxjava3.mysqlclient
Fields in io.vertx.rxjava3.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.rxjava3.oracleclient
Fields in io.vertx.rxjava3.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.rxjava3.sqlclient
Fields in io.vertx.rxjava3.sqlclient with type parameters of type PropertyKindModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<PropertyKind> PropertyKind.__TYPE_ARGMethods in io.vertx.rxjava3.sqlclient that return PropertyKindModifier and TypeMethodDescriptionstatic <T> PropertyKind<T> static <T> PropertyKind<T> PropertyKind.newInstance(PropertyKind arg) static <T> PropertyKind<T> PropertyKind.newInstance(PropertyKind arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Methods in io.vertx.rxjava3.sqlclient with parameters of type PropertyKindModifier and TypeMethodDescription<V> VSqlResult.property(PropertyKind<V> propertyKind) Get the specific property with the specifiedPropertyKind.