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 Summary
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

 

operator

The operator that defines the relationship between the primary dataprovider
and the foreign column.

Returns

 

primaryDataProvider

The name of the column from the source table
that this relation item is based on.

Returns

 



  • No labels