public class SqlOutParam extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SqlOutParam> |
__TYPE_ARG |
Constructor and Description |
---|
SqlOutParam(Object delegate) |
SqlOutParam(SqlOutParam delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SqlOutParam |
getDelegate() |
int |
hashCode() |
boolean |
in()
Is this marker
IN ? |
static SqlOutParam |
INOUT(Object in,
int out)
Factory for a INOUT parameter of type
out . |
static SqlOutParam |
INOUT(Object in,
JDBCType out)
Factory for a INOUT parameter of type
out . |
static SqlOutParam |
INOUT(Object in,
String out)
Factory for a INOUT parameter of type
out . |
static SqlOutParam |
newInstance(SqlOutParam arg) |
static SqlOutParam |
OUT(int out)
Factory for a OUT parameter of type
out . |
static SqlOutParam |
OUT(JDBCType out)
Factory for a OUT parameter of type
out . |
static SqlOutParam |
OUT(String out)
Factory for a OUT parameter of type
out . |
String |
toString() |
int |
type()
Get the output type
|
Object |
value()
Get the input value
|
public static final io.vertx.lang.rx.TypeArg<SqlOutParam> __TYPE_ARG
public SqlOutParam(SqlOutParam delegate)
public SqlOutParam(Object delegate)
public SqlOutParam getDelegate()
public static SqlOutParam OUT(int out)
out
.out
- the kind of the type according to JDBC types.public static SqlOutParam OUT(String out)
out
.out
- the kind of the type according to JDBC types.public static SqlOutParam OUT(JDBCType out)
out
.out
- the kind of the type according to JDBC types.public static SqlOutParam INOUT(Object in, int out)
out
.in
- the value to be passed as input.out
- the kind of the type according to JDBC types.public static SqlOutParam INOUT(Object in, String out)
out
.in
- the value to be passed as input.out
- the kind of the type according to JDBC types.public static SqlOutParam INOUT(Object in, JDBCType out)
out
.in
- the value to be passed as input.out
- the kind of the type according to JDBC types.public boolean in()
IN
?INOUT
public int type()
public Object value()
public static SqlOutParam newInstance(SqlOutParam arg)
Copyright © 2021 Eclipse. All rights reserved.