| Name | Description |
---|
| ComposeDeleteBuffer(String, String) |
Compose the fully buffer of the Delete Operations with the block of "recordIds" and "originalRecords".
|
| ComposeDeleteBuffer(String, String) |
Compose the fully buffer of the Delete Operations with the block of "recordIds" and "originalRecords".
|
| ComposeDictionaries |
Composes the final string of various "dictionaries". Used by Read and Select Operations.
|
| ComposeExpressions |
Composes the final string of various "expressions". Used by Format and Conversion Operations.
|
| ComposeNewBuffer(String, String) |
Compose the fully buffer of the New Operations with the block of "recordIds" and "records".
|
| ComposeNewBuffer(String, String) |
Compose the fully buffer of the New Operations with the block of "recordIds" and "records".
|
| ComposeOriginalRecords |
Composes the final string of various "originalRecords". Used by CRUD Operations.
|
| ComposeRecordIds |
Composes the final string of various "recordsIds". Used by CRUD Operations.
|
| ComposeRecords |
Composes the final string of various "records". Used by CRUD Operations.
|
| ComposeSubroutineArgs |
Composes the final string of various "arguments" of a subroutine.
|
| ComposeUpdateBuffer(String, String, String) |
Compose the fully buffer of the Update Operations with the block of "recordIds", "records" and "originalRecords".
|
| ComposeUpdateBuffer(String, String, String) |
Compose the fully buffer of the Update Operations with the block of "recordIds", "records" and "originalRecords".
|
| ExtractCapturing |
Looks for the CAPTURING_KEY tag inside "lkString", and extracts its value.
|
| ExtractConversion |
Looks for the CONVERSION_KEY tag inside "lkString", and extracts its value.
|
| ExtractDictionaries |
Looks for the RECORDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractErrors |
Looks for the ERRORS_KEY tag inside "lkString", and extracts its value.
|
| ExtractFormat |
Looks for the FORMAT_KEY tag inside "lkString", and extracts its value.
|
| ExtractOriginalRecords |
Looks for the ORIGINAL_RECORDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordIds |
Looks for the RECORD_IDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecords |
Looks for the RECORDS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsCalculated |
Looks for the CALCULATED_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsCalculatedDicts |
Looks for the CALCULATED_DICTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsDicts |
Looks for the RECORD_DICTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRecordsIdDicts |
Looks for the RECORD_ID_DICTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractReturning |
Looks for the RETURNING_KEY tag inside "lkString", and extracts its value.
|
| ExtractRowHeaders |
Looks for the ROWHEADERS_KEY tag inside "lkString", and extracts its value.
|
| ExtractRowProperties |
Looks for the ROWPROPERTIES_KEY tag inside "lkString", and extracts its value.
|
| ExtractSubroutineArgs |
Looks for the ARGUMENTS_KEY tag inside "lkString", and extracts its value.
|
| ExtractTotalRecords |
Looks for the TOTAL_RECORDS_KEY tag inside "lkString", and extracts its value.
|
| FormatError |
This function formats the message error by split into Error Code and Error Message.
|