where property

String? where
final

Optional partial-index predicate (raw, dialect-owned SQL), rendered as WHERE <where> by dialects that support partial indexes.

Implementation

final String? where;