Package org.postgresql.core
Class SetupQueryRunner
- java.lang.Object
-
- org.postgresql.core.SetupQueryRunner
-
public class SetupQueryRunner extends Object
Poor man's Statement & ResultSet, used for initial queries while we're still initializing the system.
-
-
Constructor Summary
Constructors Constructor Description SetupQueryRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Tuple
run(QueryExecutor executor, String queryString, boolean wantResults)
-
-
-
Method Detail
-
run
public static Tuple run(QueryExecutor executor, String queryString, boolean wantResults) throws SQLException
- Throws:
SQLException
-
-