パッケージ org.postgresql.core
クラス SetupQueryRunner
java.lang.Object
org.postgresql.core.SetupQueryRunner
Poor man's Statement & ResultSet, used for initial queries while we're still initializing the
system.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static @Nullable Tuple
run
(QueryExecutor executor, String queryString, boolean wantResults)
-
コンストラクタの詳細
-
SetupQueryRunner
public SetupQueryRunner()
-
-
メソッドの詳細
-
run
public static @Nullable Tuple run(QueryExecutor executor, String queryString, boolean wantResults) throws SQLException - 例外:
SQLException
-