public final class RowMessage extends Object implements io.netty.util.ReferenceCounted, ServerMessage
| Modifier and Type | Method and Description |
|---|---|
io.asyncer.r2dbc.mysql.message.FieldValue[] |
decode(boolean isBinary,
MySqlColumnMetadata[] context)
Decode this message to an array of
FieldValue. |
boolean |
equals(Object o) |
int |
hashCode() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
RowMessage |
retain() |
RowMessage |
retain(int increment) |
String |
toString() |
RowMessage |
touch() |
RowMessage |
touch(Object o) |
public io.asyncer.r2dbc.mysql.message.FieldValue[] decode(boolean isBinary,
MySqlColumnMetadata[] context)
FieldValue.isBinary - if decode with binary protocol.context - information context array.FieldValue array.public int refCnt()
refCnt in interface io.netty.util.ReferenceCountedpublic RowMessage retain()
retain in interface io.netty.util.ReferenceCountedpublic RowMessage retain(int increment)
retain in interface io.netty.util.ReferenceCountedpublic RowMessage touch()
touch in interface io.netty.util.ReferenceCountedpublic RowMessage touch(Object o)
touch in interface io.netty.util.ReferenceCountedpublic boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int decrement)
release in interface io.netty.util.ReferenceCountedCopyright © 2018–2023 asyncer.io. All rights reserved.