|
static |
Retrieves a composite value from the statement, starting at the specified column index.
| statement | The statement from which the value is retrieved. |
| column_index | The starting index of the columns from which to retrieve the value. |
This method delegates to the RetrieveValue() method of each basic value traits type in the TRAITS type pack. The column index is incremented for each value in the composite value.