|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
java.lang.String |
getMappedCatalog(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
Returns the mapped catalog or null. |
java.lang.String |
getMappedColumn(java.lang.String catalog,
java.lang.String Schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
Gets the mapped column. |
java.lang.String |
getMappedSchema(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
Returns the mapped schema or null. |
java.lang.String |
getMappedTable(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
Gets the mapped table. |
java.lang.String |
getMappedType(java.lang.String catalog,
java.lang.String Schema,
java.lang.String table,
java.lang.String column,
java.lang.String type,
java.lang.String def)
This method is currently unused, and is here for future releases. |
| Methods inherited from interface org.xmlBlaster.contrib.I_ContribPlugin |
getUsedPropertyKeys, init, shutdown |
| Method Detail |
public java.lang.String getMappedCatalog(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
catalog - The catalog name of the source (the master catalog). Null is allowed and means unspecified.schema - The schema name of the source (the master). Null is allowed and means unspecified.table - The table name of the source. On null it is considered a default.column - The column name of the source. On null it is considered a default.def - the default value if no entry has been found.
public java.lang.String getMappedSchema(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
catalog - The catalog name of the source (the master). Null is allowed and means unspecified.schema - The schema name of the source (the master). Null is allowed and means unspecified.table - The table name of the source. On null it is considered a default.column - The column name of the source. On null it is considered a default.def - the default value if no entry has been found.
public java.lang.String getMappedTable(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
catalog - The catalog name of the source (the master). Null is allowed and means unspecified.schema - The schema name of the source (the master). Null is allowed and means unspecified.table - The table name of the source. On null the behaviour is unspecified and implementation dependant.column - The column name of the source. On null the behaviour is unspecified and implementation dependant.def - the default value if no entry has been found.
public java.lang.String getMappedColumn(java.lang.String catalog,
java.lang.String Schema,
java.lang.String table,
java.lang.String column,
java.lang.String def)
catalog - The catalog name of the source (the master). Null is allowed and means unspecified.table - The table name of the source. On null the behaviour is unspecified and implementation dependant.column - The column name of the source. On null the behaviour is unspecified and implementation dependant.def - the default value if no entry has been found.
public java.lang.String getMappedType(java.lang.String catalog,
java.lang.String Schema,
java.lang.String table,
java.lang.String column,
java.lang.String type,
java.lang.String def)
catalog - The catalog name of the source (the master). Null is allowed and means unspecified.table - The table name of the source. On null the behaviour is unspecified and implementation dependant.column - The column name of the source. On null the behaviour is unspecified and implementation dependant.def - the default value if no entry has been found.type -
|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||