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 interfaceUpdatableRowDataClasses in com.impossibl.postgres.protocol that implement RowData Modifier and Type Class Description classFieldBuffersRowDataMethods in com.impossibl.postgres.protocol that return RowData Modifier and Type Method Description RowDataRowDataSet. borrow(int index)RowDataRowDataSet. copy(int index)RowDataRowDataSet. 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 voidRowDataSet. 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 classBufferRowData
-