oajava.sql
Class schemaobj_fkey

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

public class schemaobj_fkey
extends java.lang.Object

The class schemaobj_fkey contains all the necessary elements that characterize a Search object of type DAMOBJ_TYPE_FKEY


Constructor Summary
schemaobj_fkey(java.lang.String sPKTableQualifier, java.lang.String sPKTableOwner, java.lang.String sPKTableName, java.lang.String sFKTableQualifier, java.lang.String sFKTableOwner, java.lang.String sFKTableName)
          Intialize the object with specified value(s).
 
Method Summary
 java.lang.String getFKTableName()
          Get the foreign key table name.
 java.lang.String getFKTableOwner()
          Get the foreign key table owner.
 java.lang.String getFKTableQualifier()
          Get the foreign key table qualifier.
 java.lang.String getPKTableName()
          Get the primary key table name.
 java.lang.String getPKTableOwner()
          Get the primary key table owner.
 java.lang.String getPKTableQualifier()
          Get the primary key table qualifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

schemaobj_fkey

public schemaobj_fkey(java.lang.String sPKTableQualifier,
                      java.lang.String sPKTableOwner,
                      java.lang.String sPKTableName,
                      java.lang.String sFKTableQualifier,
                      java.lang.String sFKTableOwner,
                      java.lang.String sFKTableName)
Intialize the object with specified value(s).

Parameters:
sPKTableQualifier - Primary key table qualifier.
sPKTableOwner - Primary key table owner.
sPKTableName - Primary key table name.
sFKTableQualifier - Foreign key table qualifier.
sFKTableOwner - Foreign key table owner.
sFKTableName - Foreign key table name.
Method Detail

getPKTableQualifier

public java.lang.String getPKTableQualifier()
Get the primary key table qualifier.

Returns:
The primary key table qualifier.

getPKTableOwner

public java.lang.String getPKTableOwner()
Get the primary key table owner.

Returns:
The primary key table owner.

getPKTableName

public java.lang.String getPKTableName()
Get the primary key table name.

Returns:
The primary key table name.

getFKTableQualifier

public java.lang.String getFKTableQualifier()
Get the foreign key table qualifier.

Returns:
The foreign key table qualifier.

getFKTableOwner

public java.lang.String getFKTableOwner()
Get the foreign key table owner.

Returns:
The foreign key table owner.

getFKTableName

public java.lang.String getFKTableName()
Get the foreign key table name.

Returns:
The foreign key table name.