Package Thor.API.Operations
Interface tcHelpOperationsIntf
- All Superinterfaces:
tcUtilityOperationsIntf
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the about information of XellerateThis method returns the value of the NLS_SORT database parameter in case of installations with Oracle as the database.Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant
-
Method Details
-
getHelpAbout
This method returns the about information of Xellerate- Returns:
- a map instance with the following keys:
- Version
- Build
- User
- Database
- Database Build
- Throws:
tcAPIException
- Since:
- 8.0
-
getSortValue
This method returns the value of the NLS_SORT database parameter in case of installations with Oracle as the database. In case of SQL Server, this method returns a null. The method reads then caches the value of NLS_SORT from an Oracle session. The method assumes that all sessions have set the same value for NLS_SORT.- Returns:
- String specifying the value of the NLS_SORT database parameter
- Throws:
tcAPIException
- Since:
- 9.0
-