public final class DataRow extends io.netty.util.AbstractReferenceCounted implements BackendMessage
Constructor and Description |
---|
DataRow(io.netty.buffer.ByteBuf... columns)
Creates 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() |
String |
toString() |
DataRow |
touch(Object hint) |
public DataRow(io.netty.buffer.ByteBuf... columns)
columns
- the values of the columnsIllegalArgumentException
- if columns
is null
Copyright © 2019. All rights reserved.