Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server
Class QueryDumpRunProg

java.lang.Object
  extended byoracle.jbo.server.QueryDumpRunProg

All Implemented Interfaces:
oracle.jbo.server.QueryDump

public class QueryDumpRunProg
extends java.lang.Object
implements oracle.jbo.server.QueryDump

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
Specified by:
initialize in interface oracle.jbo.server.QueryDump
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
Specified by:
dumpQueryResult in interface oracle.jbo.server.QueryDump
Throws:
java.sql.SQLException
java.io.IOException

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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