Uses of Interface
io.vertx.jdbcclient.SqlOutParam
-
Packages that use SqlOutParam Package Description io.vertx.jdbcclient io.vertx.reactivex.jdbcclient io.vertx.rxjava3.jdbcclient -
-
Uses of SqlOutParam in io.vertx.jdbcclient
Methods in io.vertx.jdbcclient that return SqlOutParam Modifier and Type Method Description static SqlOutParam
SqlOutParam. INOUT(Object in, int out)
Factory for a INOUT parameter of typeout
.static SqlOutParam
SqlOutParam. INOUT(Object in, String out)
Factory for a INOUT parameter of typeout
.static SqlOutParam
SqlOutParam. INOUT(Object in, JDBCType out)
Factory for a INOUT parameter of typeout
.static SqlOutParam
SqlOutParam. OUT(int out)
Factory for a OUT parameter of typeout
.static SqlOutParam
SqlOutParam. OUT(String out)
Factory for a OUT parameter of typeout
.static SqlOutParam
SqlOutParam. OUT(JDBCType out)
Factory for a OUT parameter of typeout
. -
Uses of SqlOutParam in io.vertx.reactivex.jdbcclient
Methods in io.vertx.reactivex.jdbcclient that return SqlOutParam Modifier and Type Method Description SqlOutParam
SqlOutParam. getDelegate()
Methods in io.vertx.reactivex.jdbcclient with parameters of type SqlOutParam Modifier and Type Method Description static SqlOutParam
SqlOutParam. newInstance(SqlOutParam arg)
Constructors in io.vertx.reactivex.jdbcclient with parameters of type SqlOutParam Constructor Description SqlOutParam(SqlOutParam delegate)
-
Uses of SqlOutParam in io.vertx.rxjava3.jdbcclient
Methods in io.vertx.rxjava3.jdbcclient that return SqlOutParam Modifier and Type Method Description SqlOutParam
SqlOutParam. getDelegate()
Methods in io.vertx.rxjava3.jdbcclient with parameters of type SqlOutParam Modifier and Type Method Description static SqlOutParam
SqlOutParam. newInstance(SqlOutParam arg)
Constructors in io.vertx.rxjava3.jdbcclient with parameters of type SqlOutParam Constructor Description SqlOutParam(SqlOutParam delegate)
-