Uses of Class
io.vertx.jdbcclient.JDBCPrepareOptions
Packages that use JDBCPrepareOptions
-
Uses of JDBCPrepareOptions in io.vertx.jdbcclient
Methods in io.vertx.jdbcclient that return JDBCPrepareOptionsModifier and TypeMethodDescriptionstatic JDBCPrepareOptionsJDBCPrepareOptions.createFrom(PrepareOptions options) Creates a JDBC-specific instance from generic prepare options.JDBCPrepareOptions.setAutoGeneratedKeys(boolean autoGeneratedKeys) Sets whether auto-generated keys should be retrieved.JDBCPrepareOptions.setAutoGeneratedKeysIndexes(JsonArray autoGeneratedKeysIndexes) Sets the indexes or column names of auto-generated keys to retrieve.Constructors in io.vertx.jdbcclient with parameters of type JDBCPrepareOptionsModifierConstructorDescriptionCreates a new instance by copying another instance.