Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlRuleFilter

Package version

Represents all possible fields on SqlRuleFilter

Hierarchy

  • SqlRuleFilter

Index

Properties

Optional compatibilityLevel

compatibilityLevel: undefined | number

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

Optional requiresPreprocessing

requiresPreprocessing: undefined | false | true

Boolean value indicating whether the SQL filter expression requires preprocessing

Optional sqlExpression

sqlExpression: undefined | string

SQL expression to use.

Optional sqlParameters

sqlParameters: SqlParameter[]

SQL parameters to the expression

Generated using TypeDoc