Package com.impossibl.postgres.protocol
Class ResultBatches
- java.lang.Object
-
- com.impossibl.postgres.protocol.ResultBatches
-
public class ResultBatches extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ResultBatches.Transformer
-
Constructor Summary
Constructors Constructor Description ResultBatches()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<ResultBatch>
releaseAll(List<ResultBatch> resultBatches)
static void
transformFieldTypes(ResultBatch resultBatch, ResultBatches.Transformer transformer)
-
-
-
Method Detail
-
transformFieldTypes
public static void transformFieldTypes(ResultBatch resultBatch, ResultBatches.Transformer transformer) throws IOException
- Throws:
IOException
-
releaseAll
public static List<ResultBatch> releaseAll(List<ResultBatch> resultBatches)
-
-