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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetupQueryRunner
public SetupQueryRunner()
run
public static byte[][] run(QueryExecutor executor,
String queryString,
boolean wantResults)
throws SQLException
- Throws:
SQLException
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.