org.postgresql.jdbc
Class PgConnection.AbortCommand

java.lang.Object
  extended by org.postgresql.jdbc.PgConnection.AbortCommand
All Implemented Interfaces:
Runnable
Enclosing class:
PgConnection

public class PgConnection.AbortCommand
extends Object
implements Runnable


Constructor Summary
PgConnection.AbortCommand()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PgConnection.AbortCommand

public PgConnection.AbortCommand()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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