| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.execute.StatementWrapper.ExecutionRunnable<T>
public abstract class StatementWrapper.ExecutionRunnable<T>
Runnable implementation that wraps the execution of a statement or query.
| Constructor Summary | |
|---|---|
| StatementWrapper.ExecutionRunnable() | |
| Method Summary | |
|---|---|
|  void | cancel() | 
|  java.lang.String | getLogText()Gets a loggable text containing the query, bind and timing information. | 
|  java.lang.String | getName() | 
|  T | getResult() | 
|  void | run() | 
| abstract  T | runImpl() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StatementWrapper.ExecutionRunnable()
| Method Detail | 
|---|
public void run()
run in interface java.lang.Runnable
public abstract T runImpl()
                   throws DBException
DBException
public T getResult()
            throws DBException
DBExceptionpublic java.lang.String getName()
public java.lang.String getLogText()
public void cancel()
            throws java.sql.SQLException
java.sql.SQLException| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||