org.apache.derby.impl.tools.ij
Class AsyncStatement

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.apache.derby.impl.tools.ij.AsyncStatement
All Implemented Interfaces:
java.lang.Runnable

class AsyncStatement
extends java.lang.Thread


Field Summary
(package private)  java.sql.Connection conn
           
(package private)  ijResult result
           
(package private)  java.lang.String stmt
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) AsyncStatement(java.sql.Connection theConn, java.lang.String theStmt)
           
 
Method Summary
 ijResult getResult()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

conn

java.sql.Connection conn

stmt

java.lang.String stmt

result

ijResult result
Constructor Detail

AsyncStatement

AsyncStatement(java.sql.Connection theConn,
               java.lang.String theStmt)
Method Detail

run

public void run()

getResult

public ijResult getResult()

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.