![]() |
T4EA
AIG_19.2 C8891 A24697
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 |
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 |
T4EA::CUSTOM::ORACLE::logException | text | ||
log exceptions from the Java JDBC pipe properly to the session log
text | text to be logged |
T4EA::CUSTOM::ORACLE::updateProductInformation | inputDict | ||
update data row of oracle table PRODUCT_INFORMATION
inputDict | a TCL dict containing the data of a single product |