org.postgresql.core
Class SetupQueryRunner

java.lang.Object
  extended by 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
SetupQueryRunner()
           
 
Method Summary
static byte[][] run(QueryExecutor executor, String queryString, boolean wantResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupQueryRunner

public SetupQueryRunner()
Method Detail

run

public static byte[][] run(QueryExecutor executor,
                           String queryString,
                           boolean wantResults)
                    throws SQLException
Throws:
SQLException


Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.