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() |
String |
toString() |
DataRow |
touch(Object hint) |
public DataRow(io.netty.buffer.ByteBuf... columns)
columns - the values of the columnsIllegalArgumentException - if columns is nullCopyright © 2021. All rights reserved.