![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
|
Functions | |
checkConnection ?User? ?Password? ?System? ?ConnectString? ?Language? args | |
Implements the connection check for the custom managed connection handling for Oracle JDBC databases. More... | |
cleanupAllJdbcConnections args | |
Cleanup for all active JDBC Connections (connection close, memory cleanup...) More... | |
cleanupJdbcConnection ?strSystem? args | |
Cleanup for an active JDBC Connection (connection close, memory cleanup...) More... | |
createJdbcMetafile strSystem args | |
Create the stored procedure metafile for JDBC. More... | |
getConnectionHandle4ActiveSystem ?blnLoadMetafile? args | |
Returns the connection handle for the active EA system. More... | |
getConnectionHandle4System strSystem ?blnLoadMetafile? args | |
Returns the connection handle for the given EA system. More... | |
initJdbcConnection strSystem ConnectString Language User Password ?blnLoadMetafile? | |
Initializes a JDBC Connection. More... | |
T4EA::JDBC::ORACLE::checkConnection | ?User? ?Password? ?System? ?ConnectString? ?Language? args | ||
Implements the connection check for the custom managed connection handling for Oracle JDBC databases.
If any optional parameter is missing, the procedure will use the default values from EA connection handling.
User | (optional) User name |
Password | (optional) Password of the user |
System | (optional) the EA system to use |
ConnectString | (optional) the database connect string |
Language | (optional) Language to use for session |
T4EA::JDBC::ORACLE::cleanupAllJdbcConnections | args | ||
Cleanup for all active JDBC Connections (connection close, memory cleanup...)
T4EA::JDBC::ORACLE::cleanupJdbcConnection | ?strSystem? args | ||
Cleanup for an active JDBC Connection (connection close, memory cleanup...)
strSystem | EA System - (Optional - DEFAULT) |
T4EA::JDBC::ORACLE::createJdbcMetafile | strSystem args | ||
T4EA::JDBC::ORACLE::getConnectionHandle4ActiveSystem | ?blnLoadMetafile? args | ||
Returns the connection handle for the active EA system.
blnLoadMetafile | If true, JDBC meta ntl file will be loaded (Optional - FALSE) |
T4EA::JDBC::ORACLE::getConnectionHandle4System | strSystem ?blnLoadMetafile? args | ||
Returns the connection handle for the given EA system.
strSystem | EA System |
blnLoadMetafile | If true, JDBC meta ntl file will be loaded (Optional - FALSE) |
T4EA::JDBC::ORACLE::initJdbcConnection | strSystem ConnectString Language User Password ?blnLoadMetafile? | ||
Initializes a JDBC Connection.
strSystem | EA System (Optional - DEFAULT) |
ConnectString | Database connect string |
Language | language to use for session |
User | User name |
Password | Password |
blnLoadMetafile | If true, JDBC meta ntl file will be loaded (Optional - FALSE) |