LlPrintDbGetCurrentTableFilter

Syntax:

INT LlPrintDbGetCurrentTableFilter(HLLJOB hJob, PVARIANT pvFilter, PVARIANT pvParams);

Task:

This function returns the current table filter in data source native syntax. The translation has to be performed in the LL_QUERY_EXPR2HOSTEXPRESSION callback. This callback is triggered for each part of the filter expression that is used in the Designer.

Parameter:

hJob: List & Label job handle

pvFilter: This parameter receives the translated filter expression. As usual for VARIANTs, it must be initialized before (VariantInit()) and freed after use (VariantClear()).

pvParams: If the filter expression uses parameters (see callback documentation), this argument receives a VARIANTARRAY with the parameter values. As usual for VARIANTs, it must be initialized before (VariantInit()) and and freed after use (VariantClear()).

Return Value:

Error code

See also:

LlDbAddTable, LL_QUERY_EXPR2HOSTEXPRESSION