Uses of Interface
io.vertx.sqlclient.PropertyKind
Packages that use PropertyKind
Package
Description
-
Uses of PropertyKind in io.vertx.jdbcclient
Fields in io.vertx.jdbcclient declared as PropertyKindModifier and TypeFieldDescriptionstatic final PropertyKind<Row> JDBCPool.GENERATED_KEYSDeprecated.static 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.mysqlclient
Fields in io.vertx.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.oracleclient
Fields in io.vertx.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.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return PropertyKindMethods in io.vertx.reactivex.sqlclient with parameters of type PropertyKindModifier and TypeMethodDescriptionstatic <T> PropertyKind<T> PropertyKind.newInstance(PropertyKind arg) static <T> PropertyKind<T> PropertyKind.newInstance(PropertyKind arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.reactivex.sqlclient with parameters of type PropertyKind -
Uses of PropertyKind in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return PropertyKindMethods in io.vertx.rxjava3.sqlclient with parameters of type PropertyKindModifier and TypeMethodDescriptionstatic <T> PropertyKind<T> PropertyKind.newInstance(PropertyKind arg) static <T> PropertyKind<T> PropertyKind.newInstance(PropertyKind arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.rxjava3.sqlclient with parameters of type PropertyKind -
Uses of PropertyKind in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return PropertyKindMethods in io.vertx.sqlclient with parameters of type PropertyKindModifier and TypeMethodDescription<V> VSqlResult.property(PropertyKind<V> propertyKind) Get the specific property with the specifiedPropertyKind.