Skip navigation links
oracle.jbo.server
Class QueryDumpRunProg
java.lang.Object
oracle.jbo.server.QueryDumpRunProg
-
public class QueryDumpRunProg
- extends java.lang.Object
Internal: Applications should not use this class.
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 |
QueryDumpRunProg
public QueryDumpRunProg()
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
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.