VirtualTableFilterScope

Functions

Link copied to clipboard
abstract fun inFirst(value: ProtectedValue): ProtectedValue?

Returns the first value on the right-hand-side of the IN contraint for the value parameter.

Link copied to clipboard
abstract fun inNext(value: ProtectedValue): ProtectedValue?

Returns the next value on the right-hand-side of the IN contraint for the value parameter.

Link copied to clipboard

Invokes block for each value on the right-hand-side of the IN contraint for the value parameter.