T4EA  AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
T4EA::JDBC::ORACLE Namespace 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...
 

Function Documentation

◆ checkConnection()

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.

Parameters
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
Returns
UNKNOWN or LOGON_OK or MISSING_LOGIN_DATA or LOGON_ERROR and error message

◆ cleanupAllJdbcConnections()

T4EA::JDBC::ORACLE::cleanupAllJdbcConnections   args  

Cleanup for all active JDBC Connections (connection close, memory cleanup...)

Returns
OK or ERROR

◆ cleanupJdbcConnection()

T4EA::JDBC::ORACLE::cleanupJdbcConnection   ?strSystem? args  

Cleanup for an active JDBC Connection (connection close, memory cleanup...)

Parameters
strSystemEA System - (Optional - DEFAULT)
Returns
OK or ERROR

◆ createJdbcMetafile()

T4EA::JDBC::ORACLE::createJdbcMetafile   strSystem args  

Create the stored procedure metafile for JDBC.

Parameters
strSystemEA System
Returns
OK or ERROR

◆ getConnectionHandle4ActiveSystem()

T4EA::JDBC::ORACLE::getConnectionHandle4ActiveSystem   ?blnLoadMetafile? args  

Returns the connection handle for the active EA system.

Parameters
blnLoadMetafileIf true, JDBC meta ntl file will be loaded (Optional - FALSE)
Returns
OK or ERROR

◆ getConnectionHandle4System()

T4EA::JDBC::ORACLE::getConnectionHandle4System   strSystem ?blnLoadMetafile? args  

Returns the connection handle for the given EA system.

Parameters
strSystemEA System
blnLoadMetafileIf true, JDBC meta ntl file will be loaded (Optional - FALSE)
Returns
OK or ERROR

◆ initJdbcConnection()

T4EA::JDBC::ORACLE::initJdbcConnection   strSystem ConnectString Language User Password ?blnLoadMetafile?  

Initializes a JDBC Connection.

Parameters
strSystemEA System (Optional - DEFAULT)
ConnectStringDatabase connect string
Languagelanguage to use for session
UserUser name
PasswordPassword
blnLoadMetafileIf true, JDBC meta ntl file will be loaded (Optional - FALSE)
Returns
OK or list of ERROR and message