Public Member Functions |
|
| IMPORT_C TBool | GetBooleanL (TInt aParNo) |
| Returns boolean data to the application.
|
|
| IMPORT_C void | GetDes16L (TInt aParNo, TDes16 &aDes) |
| Returns a 16-bit string to the application.
|
|
| IMPORT_C void | GetDes8L (TInt aParNo, TDes8 &aDes) |
| Returns an 8-bit string to the application.
|
|
| void | GetDesL (TInt aParNo, TDes &aDes) |
| Returns string data to the application.
|
|
| IMPORT_C TInt64 | GetInt64L (TInt aParNo) |
| Returns 64-bit integer data to the
application. |
|
| IMPORT_C TTimeIntervalDays | GetIntervalDaysL (TInt aParNo) |
| Returns a day interval value to the
application. |
|
| IMPORT_C TTimeIntervalHours | GetIntervalHoursL (TInt aParNo) |
| Returns an hour interval value to the
application. |
|
| IMPORT_C TTimeIntervalMicroSeconds | GetIntervalMicroSecondsL (TInt aParNo) |
| Returns a microseconds interval value to the
application. |
|
| IMPORT_C TTimeIntervalMinutes | GetIntervalMinutesL (TInt aParNo) |
| Returns a minute interval value to the
application. |
|
| IMPORT_C TTimeIntervalMonths | GetIntervalMonthsL (TInt aParNo) |
| Returns a month interval value to the
application. |
|
| IMPORT_C TTimeIntervalSeconds | GetIntervalSecondsL (TInt aParNo) |
| Returns a second interval value to the
application. |
|
| IMPORT_C TTimeIntervalYears | GetIntervalYearsL (TInt aParNo) |
| Returns a year interval value to the
application. |
|
| IMPORT_C TInt | GetIntL (TInt aParNo) |
| Returns integer data to the application.
|
|
| IMPORT_C TInt | GetLastError (TDes *aErrorText) |
| Obtain error information about the last
database operation. |
|
| IMPORT_C RMimerMetaData | GetMetaDataL () |
| Obtains a meta data object describing these
parameters. |
|
| IMPORT_C TReal32 | GetReal32L (TInt aParNo) |
| Returns floating point data to the
application. |
|
| IMPORT_C TReal | GetRealL (TInt aParNo) |
| Returns floating point data to the
application. |
|
| IMPORT_C TTime | GetTimeL (TInt aParNo) |
| Returns date time data to the application.
|
|
| IMPORT_C TUint | GetUintL (TInt aParNo) |
| Returns unsigned integer data to the
application. |
|
| RMimerParameterData (RMimerCommand *) | |
These objects are returned from RMimerCommand::ExecuteProcedureLC. All methods that return data from this object take a parameter number as its first argument. If the parameter identified by this number is not an OUT or INOUT parameter, a Leave is thrown.
|
|
Returns boolean data to the application. If the underlying parameter type is a numeric type, this method will return EFalse only when the parameter value is 0, and ETrue otherwise. If the underlying parameter type is a string type, EFalse is returned if and only if the string is empty.
|
|
||||||||||||
|
Returns a 16-bit string to the application.
|
|
||||||||||||
|
Returns an 8-bit string to the application.
|
|
||||||||||||
|
Returns string data to the application.
|
|
|
Returns 64-bit integer data to the application.
|
|
|
Returns a day interval value to the application. The underlying SQL data type must be one of the following: INTERVAL DAY, INTERVAL DAY TO HOUR, INTERVAL DAY TO MINUTE, INTERVAL DAY TO SECOND, INTERVAL HOUR, INTERVAL HOUR TO MINUTE, INTERVAL HOUR TO SECOND, INTERVAL MINUTE, INTERVAL MINUTE TO SECOND, or INTERVAL SECOND. Other SQL data types cannot be returned using this method, attempts to do so will throw an error.
|
|
|
Returns an hour interval value to the application. The underlying SQL data type must be one of the following: INTERVAL DAY, INTERVAL DAY TO HOUR, INTERVAL DAY TO MINUTE, INTERVAL DAY TO SECOND, INTERVAL HOUR, INTERVAL HOUR TO MINUTE, INTERVAL HOUR TO SECOND, INTERVAL MINUTE, INTERVAL MINUTE TO SECOND, or INTERVAL SECOND. Other SQL data types cannot be returned using this method, attempts to do so will throw an error.
|
|
|
Returns a microseconds interval value to the application. The underlying SQL data type must be one of the following: INTERVAL DAY, INTERVAL DAY TO HOUR, INTERVAL DAY TO MINUTE, INTERVAL DAY TO SECOND, INTERVAL HOUR, INTERVAL HOUR TO MINUTE, INTERVAL HOUR TO SECOND, INTERVAL MINUTE, INTERVAL MINUTE TO SECOND, or INTERVAL SECOND. Other SQL data types cannot be returned using this method, attempts to do so will throw an error.
|
|
|
Returns a minute interval value to the application. The underlying SQL data type must be one of the following: INTERVAL DAY, INTERVAL DAY TO HOUR, INTERVAL DAY TO MINUTE, INTERVAL DAY TO SECOND, INTERVAL HOUR, INTERVAL HOUR TO MINUTE, INTERVAL HOUR TO SECOND, INTERVAL MINUTE, INTERVAL MINUTE TO SECOND, or INTERVAL SECOND. Other SQL data types cannot be returned using this method, attempts to do so will throw an error.
|
|
|
Returns a month interval value to the application. The underlying SQL data type must be one of the following: INTERVAL YEAR, INTERVAL YEAR TO MONTH, or INTERVAL MONTH. Other SQL data types cannot be returned using this method, attempts to do so will throw an error.
|
|
|
Returns a second interval value to the application. The underlying SQL data type must be one of the following: INTERVAL DAY, INTERVAL DAY TO HOUR, INTERVAL DAY TO MINUTE, INTERVAL DAY TO SECOND, INTERVAL HOUR, INTERVAL HOUR TO MINUTE, INTERVAL HOUR TO SECOND, INTERVAL MINUTE, INTERVAL MINUTE TO SECOND, or INTERVAL SECOND. Other SQL data types cannot be returned using this method, attempts to do so will throw an error.
|
|
|
Returns a year interval value to the application. The underlying SQL data type must be one of the following: INTERVAL YEAR, INTERVAL YEAR TO MONTH, or INTERVAL MONTH. Other SQL data types cannot be returned using this method, attempts to do so will throw an error.
|
|
|
Returns integer data to the application.
|
|
|
Obtain error information about the last database operation. The error information is lost once another operation is performed on the database.
|
|
|
Obtains a meta data object describing these parameters.
|
|
|
Returns floating point data to the application. If the parameter contained the SQL NULL value, the returned floating point is the NaN value.
|
|
|
Returns floating point data to the application. If the parameter contained the SQL NULL value, the returned floating point is the NaN value.
|
|
|
Returns date time data to the application. This table clarifies what is being returned depending on the server data types.
|
|
|
Returns unsigned integer data to the application.
|