minus
operator fun ColumnDeclaring<HStore>.minus(expr: ColumnDeclaring<String>): HStoreExpression<HStore>(source)
HStore delete-key operator, translated to the - operator in PostgreSQL.
operator fun ColumnDeclaring<HStore>.minus(expr: ColumnDeclaring<TextArray>): HStoreExpression<HStore>(source)
HStore delete-keys operator, translated to the - operator in PostgreSQL.
operator fun ColumnDeclaring<HStore>.minus(expr: ColumnDeclaring<HStore>): HStoreExpression<HStore>(source)
HStore delete-matching-pairs operator, translated to the - operator in PostgreSQL.