|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--oajava.sql.xo_col_attribute
This class allow IP writer to specify/get column attributes. Right now it allows to specify/get base column name, base table name, catalog name, schema name and custom attributes. These attributes are used by some ODBC/OLE DB/JDBC/.NET applications.
| Constructor Summary | |
xo_col_attribute()
Intialize the object with empty value(s). |
|
xo_col_attribute(java.lang.String pBaseColumnName,
java.lang.String pBaseTableName,
java.lang.String pCatalogName,
java.lang.String pSchemaName,
java.lang.String pCustom)
Intialize the object with specified value(s). |
|
| Method Summary | |
java.lang.String |
getBaseColumnName()
Get the base column name. |
java.lang.String |
getBaseTableName()
Get the base table name. |
java.lang.String |
getCatalogName()
Get the catalog name. |
java.lang.String |
getCustom()
Get the custom attribute. |
java.lang.String |
getSchemaName()
Get the schema name. |
void |
setBaseColumnName(java.lang.String pBaseColumnName)
Set the base column name. |
void |
setBaseTableName(java.lang.String pBaseTableName)
Set the base table name. |
void |
setCatalogName(java.lang.String pCatalogName)
Set the catalog name. |
void |
setCustom(java.lang.String pCustom)
Set the custom attribute. |
void |
setSchemaName(java.lang.String pSchemaName)
Set the schema name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public xo_col_attribute()
public xo_col_attribute(java.lang.String pBaseColumnName,
java.lang.String pBaseTableName,
java.lang.String pCatalogName,
java.lang.String pSchemaName,
java.lang.String pCustom)
pBaseColumnName - The base column name.pBaseTableName - The base table name.pCatalogName - The catalog name.pSchemaName - The schema name.pCustom - The custom attribute.| Method Detail |
public void setBaseColumnName(java.lang.String pBaseColumnName)
pBaseColumnName - The base column name.public void setBaseTableName(java.lang.String pBaseTableName)
pBaseTableName - The base table name.public void setCatalogName(java.lang.String pCatalogName)
pCatalogName - The catalog name.public void setSchemaName(java.lang.String pSchemaName)
pSchemaName - The schema name.public void setCustom(java.lang.String pCustom)
pCustom - The custom attribute.public java.lang.String getBaseColumnName()
public java.lang.String getBaseTableName()
public java.lang.String getCatalogName()
public java.lang.String getSchemaName()
public java.lang.String getCustom()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||