Child pages
  • RelationItem
Skip to end of metadata
Go to start of metadata

Supported Operators

  • = equal
  • > greater than
  • < less than
  • >= greater or equal
  • <= less or equal
  • != not equal
  • like
  • not like
  • #= case insensitive equal
  • #!= case insensitive not equal
  • #like case insensitive like
  • #not like case insensitive not like
  • ^||= equals or null
  • ^||> greater than or null
  • ^||< less than or null
  • ^||>= greater or equal or null
  • ^||<= less or equal or null
  • ^||!= not equal or null
  • ^||#= case insensitive equal or null
  • ^||#!= case insensitive not equal or null

Property Summery
String #foreignColumnName
The name of the column from the destination table
that this relation item is based on.
Number #operator
The operator that defines the relationship between the primary dataprovider
and the foreign column.
String #primaryDataProvider
The name of the column from the source table
that this relation item is based on.

Property Details
foreignColumnName
The name of the column from the destination table
that this relation item is based on.
Returns
String
operator
The operator that defines the relationship between the primary dataprovider
and the foreign column.
Returns
Number
primaryDataProvider
The name of the column from the source table
that this relation item is based on.
Returns
String
  • No labels