DefaultValueExpression
Default value expression, translated to the default
keyword in PostgreSQL, used in insert statements.
For example:
insert into table (column1, column2) values (default, ?)
Constructors
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.