oracle.forms.jdapi.demo
Class ListLibraries
java.lang.Object
|
+--oracle.forms.jdapi.demo.ListLibraries
- public class ListLibraries
- extends java.lang.Object
Forms JAVA API (JDAPI): Sample 5 - ListLibraries
In this sample we list out all of the PL/SQL Libraries that are attached to
the module that is supplied as a command line arg to the class
This introduces JdapiIterator for iterating through child objects
- Version:
- 1.0
- Author:
- drmills, 13-August-2001
Constructor Summary |
ListLibraries(java.lang.String[] mainArgs)
Everything in this class is done in the constructor with the exception of
command line parsing. |
Method Summary |
static void |
main(java.lang.String[] args)
|
static void |
printUsage()
Prints out the usage for this sample |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_sample_name
static java.lang.String s_sample_name
s_sample_version
static java.lang.String s_sample_version
ListLibraries
public ListLibraries(java.lang.String[] mainArgs)
- Everything in this class is done in the constructor with the exception of
command line parsing.
- Parameters:
args
- arguments passed from the command line- Throws:
no
- exceptions thrown
main
public static void main(java.lang.String[] args)
printUsage
public static void printUsage()
- Prints out the usage for this sample
- Returns:
- no return value
- Throws:
no
- exceptions thrown