oajava.sql
Class schemaobj_table

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

public class schemaobj_table
extends java.lang.Object

The schemaobj_table class contains all the necessary elements that characterize a Schema object of type DAMOBJ_TYPE_TABLE


Constructor Summary
schemaobj_table(int bPatternValue, java.lang.String sTableQualifier, java.lang.String sTableOwner, java.lang.String sTableName, java.lang.String sTableType)
          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.
 java.lang.String getTableType()
          Get the table type.
 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_table

public schemaobj_table(int bPatternValue,
                       java.lang.String sTableQualifier,
                       java.lang.String sTableOwner,
                       java.lang.String sTableName,
                       java.lang.String sTableType)
Intialize the object with specified value(s).

Parameters:
bPatternValue - Indicates whether schema object has search pattern or not.
sTableQualifier - Table qualifier.
sTableOwner - Table owner.
sTableName - Table name.
sTableType - Table type.
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.

getTableType

public java.lang.String getTableType()
Get the table type.

Returns:
The table type.

isSearchPatternObject

public boolean isSearchPatternObject()
Is object contain search pattern?

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