oajava.sql
Class schemaobj_column
java.lang.Object
|
+--oajava.sql.schemaobj_column
- public class schemaobj_column
- extends java.lang.Object
The schemaobj_column class contains all the necessary elements
that characterize a Schema object of type DAMOBJ_TYPE_COLUMN
|
Constructor Summary |
schemaobj_column(int bPatternValue,
java.lang.String sTableQualifier,
java.lang.String sTableOwner,
java.lang.String sTableName,
java.lang.String sColumnName)
Intialize the object with specified value(s). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schemaobj_column
public schemaobj_column(int bPatternValue,
java.lang.String sTableQualifier,
java.lang.String sTableOwner,
java.lang.String sTableName,
java.lang.String sColumnName)
- 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.sColumnName - Column name.
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.
getColumnName
public java.lang.String getColumnName()
- Get the column name.
- Returns:
- The column name.
isSearchPatternObject
public boolean isSearchPatternObject()
- Is object contain search pattern?
- Returns:
- true - if object contains search pattern otherwise false.