![]() |
T4EA
18.2 C7549 A21431
Teamcenter Gateway for Enterprise Applications API Reference
|
Functions | |
createProductInformation inputDict | |
insert data row into oracle table PRODUCT_INFORMATION More... | |
getObjectInfo ObjectId | |
select a single row form db and get results in TCL array More... | |
logException text | |
log exceptions from the Java JDBC pipe properly to the session log More... | |
updateProductInformation inputDict | |
update data row of oracle table PRODUCT_INFORMATION More... | |
T4EA::CUSTOM::ORACLE::createProductInformation | inputDict | ||
insert data row into oracle table PRODUCT_INFORMATION
inputDict | a TCL dict containing the data of a single product |
References T4EA::JDBC::ORACLE::getConnectionHandle4ActiveSystem(), T4X::CORE::getSessionLogChannel(), logException(), and tpwrite().
T4EA::CUSTOM::ORACLE::getObjectInfo | ObjectId | ||
select a single row form db and get results in TCL array
ObjectId | the ID of the object for which to retrieve information |
References T4EA::JDBC::ORACLE::getConnectionHandle4ActiveSystem(), T4X::CORE::getSessionLogChannel(), logException(), and tpwrite().
Referenced by T4EA::PROP::CUSTOM::MAPPING::displayOracleProductInformation(), and T4EA::GENOBJ::CUSTOM::PRODUCT_INFORMATION::IMPORT::getObjectInfo().
T4EA::CUSTOM::ORACLE::logException | text | ||
log exceptions from the Java JDBC pipe properly to the session log
text | text to be logged |
References T4X::CORE::getSessionLogChannel(), and tpwrite().
Referenced by createProductInformation(), T4EA::QUERY::CUSTOM::MAPPING::executeQuery4ProductInformation(), getObjectInfo(), and updateProductInformation().
T4EA::CUSTOM::ORACLE::updateProductInformation | inputDict | ||
update data row of oracle table PRODUCT_INFORMATION
inputDict | a TCL dict containing the data of a single product |
References T4EA::JDBC::ORACLE::getConnectionHandle4ActiveSystem(), T4X::CORE::getSessionLogChannel(), logException(), and tpwrite().