ILikeExpression
ILike expression, represents PostgreSQL ilike
keyword.
Constructors
Properties
Functions
Cube contained in operator, translated to the <@ operator in PostgreSQL.
HStore contained-in operator, translated to the <@ operator in PostgreSQL.
HStore contains operator, translated to the @> operator in PostgreSQL.
Cube contains operator, translated to the @> operator in PostgreSQL.
HStore contains-all-keys operator, translated to the ?& operator in PostgreSQL.
HStore contains-any-keys operator, translated to the ?| operator in PostgreSQL.
HStore contains-key operator, translated to the ? operator in PostgreSQL.
HStore get-values-for-keys operator, translated to the -> operator in PostgreSQL.
HStore get-value-for-key operator, translated to the -> operator in PostgreSQL.
ILike operator, translated to the ilike
keyword in PostgreSQL.
HStore delete-keys operator, translated to the - operator in PostgreSQL.
HStore delete-key operator, translated to the - operator in PostgreSQL.
HStore delete-matching-pairs operator, translated to the - operator in PostgreSQL.
Cube overlap operator, translated to the && operator in PostgreSQL.
HStore concatenate operator, translated to the || operator in PostgreSQL.