lt abstract method

S lt(
  1. dynamic value
)

Query condition that matches all values less than the specified value. SQL: <

Implementation

S lt(dynamic value);