Package org.postgresql.util
Class PGPropertyMaxResultBufferParser
java.lang.Object
org.postgresql.util.PGPropertyMaxResultBufferParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longparseProperty(@Nullable String value) Method to parse value of max result buffer size.
-
Constructor Details
-
PGPropertyMaxResultBufferParser
public PGPropertyMaxResultBufferParser()
-
-
Method Details
-
parseProperty
Method to parse value of max result buffer size.- Parameters:
value- string containing size of bytes with optional multiplier (T, G, M or K) or percent value to declare max percent of heap memory to use.- Returns:
- value of max result buffer size.
- Throws:
PSQLException- Exception when given value can't be parsed.
-