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