Uses of Enum
io.vertx.jdbcclient.ResultSetType
Packages that use ResultSetType
-
Uses of ResultSetType in io.vertx.jdbcclient
Subclasses with type arguments of type ResultSetType in io.vertx.jdbcclientMethods in io.vertx.jdbcclient that return ResultSetTypeModifier and TypeMethodDescriptionSqlOptions.getResultSetType()static ResultSetTypeReturns the enum constant of this type with the specified name.static ResultSetType[]ResultSetType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.jdbcclient with parameters of type ResultSetTypeModifier and TypeMethodDescriptionJDBCConnectOptions.setResultSetType(ResultSetType resultSetType) SqlOptions.setResultSetType(ResultSetType resultSetType)