oajava.sql
Class schemaobj_stat

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

public class schemaobj_stat
extends java.lang.Object

The class schemaobj_stat contains all the necessary elements that characterize a OA_STATISTICS type


Constructor Summary
schemaobj_stat(java.lang.String sTableQualifier, java.lang.String sTableOwner, java.lang.String sTableName)
          Intialize the object with specified value(s).
 
Method Summary
 java.lang.String getTableName()
          Get the table name.
 java.lang.String getTableOwner()
          Get the table owner.
 java.lang.String getTableQualifier()
          Get the table qualifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

schemaobj_stat

public schemaobj_stat(java.lang.String sTableQualifier,
                      java.lang.String sTableOwner,
                      java.lang.String sTableName)
Intialize the object with specified value(s).

Parameters:
sTableQualifier - Table qualifier.
sTableOwner - Table owner.
sTableName - Table name.
Method Detail

getTableQualifier

public java.lang.String getTableQualifier()
Get the table qualifier.

Returns:
The table qualifier.

getTableOwner

public java.lang.String getTableOwner()
Get the table owner.

Returns:
The table owner.

getTableName

public java.lang.String getTableName()
Get the table name.

Returns:
The table name.