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

Field Summary
(package private) static java.lang.String s_sample_name
           
(package private) static java.lang.String s_sample_version
           
 
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
 

Field Detail

s_sample_name

static java.lang.String s_sample_name

s_sample_version

static java.lang.String s_sample_version
Constructor Detail

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
Method Detail

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