Class DataRow
java.lang.Object
io.netty.util.AbstractReferenceCounted
io.r2dbc.postgresql.message.backend.DataRow
- All Implemented Interfaces:
io.netty.util.ReferenceCounted, BackendMessage
The DataRow message.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty.util.AbstractReferenceCounted
refCnt, release, release, setRefCnt, touch
-
Constructor Details
-
DataRow
public DataRow(io.netty.buffer.ByteBuf... columns) Create a new message.- Parameters:
columns- the values of the columns- Throws:
IllegalArgumentException- ifcolumnsisnull
-
-
Method Details
-
equals
-
getColumns
public io.netty.buffer.ByteBuf[] getColumns()Returns the values of the columns.- Returns:
- the values of the columns
-
hashCode
-
toString
-
retain
public io.netty.util.ReferenceCounted retain()- Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Overrides:
retainin classio.netty.util.AbstractReferenceCounted
-
retain
public io.netty.util.ReferenceCounted retain(int increment) - Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Overrides:
retainin classio.netty.util.AbstractReferenceCounted
-
deallocate
protected void deallocate()- Specified by:
deallocatein classio.netty.util.AbstractReferenceCounted
-
touch
-