Example: GetTMSIQuery

In the following example query, bind variables marked with question marks are used with GetTMSIQueryParam listed below the query.
GetTMSIQuery select IMSI from SIMTMSI where TMSI = ?
GetTMSIQueryParam %0
Instead of the previous example, you can also use the following query without the GetTMSIQueryParam. In this case, SQL quoted value is used to create the SQL query.
GetTMSIQuery select IMSI from SIMTMSI where TMSI = %0