oajava.sql
Class schemaobj_proc

java.lang.Object
  |
  +--oajava.sql.schemaobj_proc

public class schemaobj_proc
extends java.lang.Object

The schemaobj_proc class contains all the necessary elements that characterize a Schema object of type DAMOBJ_TYPE_PROC


Constructor Summary
schemaobj_proc(int bPatternValue, java.lang.String sQualifier, java.lang.String sOwner, java.lang.String sProcName)
          Intialize the object with specified value(s).
 
Method Summary
 java.lang.String getOwner()
          Get the procedure owner.
 java.lang.String getProcName()
          Get the procedure name.
 java.lang.String getQualifier()
          Get the procedure qualifier.
 boolean isSearchPatternObject()
          Is object contain search pattern?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

schemaobj_proc

public schemaobj_proc(int bPatternValue,
                      java.lang.String sQualifier,
                      java.lang.String sOwner,
                      java.lang.String sProcName)
Intialize the object with specified value(s).

Parameters:
bPatternValue - Indicates whether schema object has search pattern or not.
sQualifier - Procedure qualifier.
sOwner - Procedure owner.
sProcName - Procedure name.
Method Detail

getQualifier

public java.lang.String getQualifier()
Get the procedure qualifier.

Returns:
The procedure qualifier.

getOwner

public java.lang.String getOwner()
Get the procedure owner.

Returns:
The procedure owner.

getProcName

public java.lang.String getProcName()
Get the procedure name.

Returns:
The procedure name.

isSearchPatternObject

public boolean isSearchPatternObject()
Is object contain search pattern?

Returns:
true - if object contains search pattern otherwise false.