containsAll
fun ColumnDeclaring<HStore>.containsAll(expr: ColumnDeclaring<TextArray>): HStoreExpression<Boolean>(source)
HStore contains-all-keys operator, translated to the ?& operator in PostgreSQL.
HStore contains-all-keys operator, translated to the ?& operator in PostgreSQL.