#include <BTreeSearchExecStream.h>
Public Member Functions | |
BTreeSearchKeyParameter (DynamicParamId id, uint offset) | |
Public Attributes | |
DynamicParamId | dynamicParamId |
Dynamic parameter id. | |
uint | keyOffset |
Offset within the projected search key that this parameter maps to. |
Definition at line 38 of file BTreeSearchExecStream.h.
BTreeSearchKeyParameter::BTreeSearchKeyParameter | ( | DynamicParamId | id, | |
uint | offset | |||
) | [inline] |
Definition at line 50 of file BTreeSearchExecStream.h.
00052 : 00053 dynamicParamId(id), 00054 keyOffset(offset) 00055 { 00056 } };
DynamicParamId BTreeSearchKeyParameter::dynamicParamId |
Offset within the projected search key that this parameter maps to.
Definition at line 48 of file BTreeSearchExecStream.h.