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 null
public io.netty.buffer.ByteBuf[] getColumns()
public io.netty.util.ReferenceCounted retain()
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.util.AbstractReferenceCounted
public io.netty.util.ReferenceCounted retain(int increment)
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.util.AbstractReferenceCounted
protected void deallocate()
deallocate
in class io.netty.util.AbstractReferenceCounted
Copyright © 2022. All rights reserved.