Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo.server
Class QueryDumpRunProg

java.lang.Object
  extended by oracle.jbo.server.QueryDumpRunProg

public class QueryDumpRunProg
extends java.lang.Object

Internal: Applications should not use this class.


Constructor Summary
QueryDumpRunProg()
           
 
Method Summary
 java.lang.String dumpQueryResult(java.sql.ResultSet rslt, java.lang.String[] data)
           
 java.lang.String initialize(java.lang.String cmd, java.lang.String[] _)
          Call safeexec to execute the supplied command, capturing the standard error and standard out to the console the timeout interval is specified via -Djbo.safexec.timeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryDumpRunProg

public QueryDumpRunProg()
Method Detail

initialize

public java.lang.String initialize(java.lang.String cmd,
                                   java.lang.String[] _)
                            throws java.sql.SQLException,
                                   java.lang.InterruptedException
Call safeexec to execute the supplied command, capturing the standard error and standard out to the console the timeout interval is specified via -Djbo.safexec.timeout

Throws:
java.sql.SQLException
java.lang.InterruptedException

dumpQueryResult

public java.lang.String dumpQueryResult(java.sql.ResultSet rslt,
                                        java.lang.String[] data)
                                 throws java.sql.SQLException,
                                        java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

Copyright © 1997, 2011, Oracle. All rights reserved.