Package | Description |
---|---|
com.impossibl.postgres.protocol | |
com.impossibl.postgres.protocol.v30 |
Modifier and Type | Interface and Description |
---|---|
interface |
UpdatableRowData |
Modifier and Type | Class and Description |
---|---|
class |
FieldBuffersRowData |
Modifier and Type | Method and Description |
---|---|
RowData |
RowDataSet.borrow(int index) |
RowData |
RowDataSet.copy(int index) |
RowData |
RowDataSet.take(int index) |
Modifier and Type | Method and Description |
---|---|
List<RowData> |
RowDataSet.borrowAll() |
Modifier and Type | Method and Description |
---|---|
void |
RowDataSet.add(RowData row) |
Modifier and Type | Class and Description |
---|---|
class |
BufferRowData |