$k. QueryCondition

Represents a condition of a structured query

Methods

alternativesId() → {number}

Since
  • 4.1.0
Deprecated
  • This function is not supported any more
Returns:
Type: 
number

parameter() → {string|undefined}

Returns the parameter name of the condition, if defined

Since
  • 4.1.0
Returns:
Type: 
string | undefined

query() → {$k.StructuredQuery|undefined}

Version
  • Experimental feature, might be removed at any time
Since
  • 5.4.2
Returns:

The source query

Type: 
$k.StructuredQuery | undefined

setParameter(parameter)

Sets the parameter name of the condition

Parameters:
NameTypeDescription
parameterstring
Since
  • 4.1.0
Throws:

If the condition cannot be modified

Type
$k.exception.QueryError