パッケージ org.postgresql.util
クラス PGPropertyMaxResultBufferParser
java.lang.Object
org.postgresql.util.PGPropertyMaxResultBufferParser
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static long
parseProperty
(@Nullable String value) Method to parse value of max result buffer size.
-
コンストラクタの詳細
-
PGPropertyMaxResultBufferParser
public PGPropertyMaxResultBufferParser()
-
-
メソッドの詳細
-
parseProperty
Method to parse value of max result buffer size.- パラメータ:
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.- 戻り値:
- value of max result buffer size.
- 例外:
PSQLException
- Exception when given value can't be parsed.
-