Uses of Interface
com.impossibl.postgres.protocol.RowData
-
Packages that use RowData Package Description com.impossibl.postgres.protocol com.impossibl.postgres.protocol.v30 -
-
Uses of RowData in com.impossibl.postgres.protocol
Subinterfaces of RowData in com.impossibl.postgres.protocol Modifier and Type Interface Description interface
UpdatableRowData
Classes in com.impossibl.postgres.protocol that implement RowData Modifier and Type Class Description class
FieldBuffersRowData
Methods in com.impossibl.postgres.protocol that return RowData Modifier and Type Method Description RowData
RowDataSet. borrow(int index)
RowData
RowDataSet. copy(int index)
RowData
RowDataSet. take(int index)
Methods in com.impossibl.postgres.protocol that return types with arguments of type RowData Modifier and Type Method Description List<RowData>
RowDataSet. borrowAll()
Methods in com.impossibl.postgres.protocol with parameters of type RowData Modifier and Type Method Description void
RowDataSet. add(RowData row)
-
Uses of RowData in com.impossibl.postgres.protocol.v30
Classes in com.impossibl.postgres.protocol.v30 that implement RowData Modifier and Type Class Description class
BufferRowData
-