Package org.mariadb.r2dbc.util
Class BindValue
- java.lang.Object
-
- org.mariadb.r2dbc.util.BindValue
-
public class BindValue extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static reactor.core.publisher.Mono<? extends io.netty.buffer.ByteBuf>NULL_VALUE
-
-
-
Constructor Detail
-
BindValue
public BindValue(Codec<?> codec, reactor.core.publisher.Mono<? extends io.netty.buffer.ByteBuf> value)
-
-
Method Detail
-
getCodec
public Codec<?> getCodec()
-
isNull
public boolean isNull()
-
getValue
public reactor.core.publisher.Mono<? extends io.netty.buffer.ByteBuf> getValue()
-
-