containsKey
fun ColumnDeclaring<HStore>.containsKey(expr: ColumnDeclaring<String>): HStoreExpression<Boolean>(source)
HStore contains-key operator, translated to the ? operator in PostgreSQL.
HStore contains-key operator, translated to the ? operator in PostgreSQL.