public final class DataRow extends io.netty.util.AbstractReferenceCounted implements BackendMessage
| Constructor and Description |
|---|
DataRow(io.netty.buffer.ByteBuf... columns)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deallocate() |
boolean |
equals(Object o) |
io.netty.buffer.ByteBuf[] |
getColumns()
Returns the values of the columns.
|
int |
hashCode() |
io.netty.util.ReferenceCounted |
retain() |
io.netty.util.ReferenceCounted |
retain(int increment) |
String |
toString() |
DataRow |
touch(Object hint) |
public DataRow(io.netty.buffer.ByteBuf... columns)
columns - the values of the columnsIllegalArgumentException - if columns is nullpublic io.netty.buffer.ByteBuf[] getColumns()
public io.netty.util.ReferenceCounted retain()
retain in interface io.netty.util.ReferenceCountedretain in class io.netty.util.AbstractReferenceCountedpublic io.netty.util.ReferenceCounted retain(int increment)
retain in interface io.netty.util.ReferenceCountedretain in class io.netty.util.AbstractReferenceCountedprotected void deallocate()
deallocate in class io.netty.util.AbstractReferenceCountedCopyright © 2024. All rights reserved.