get
operator fun ColumnDeclaring<HStore>.get(expr: ColumnDeclaring<String>): HStoreExpression<String>(source)
HStore get-value-for-key operator, translated to the -> operator in PostgreSQL.
operator fun ColumnDeclaring<HStore>.get(expr: ColumnDeclaring<TextArray>): HStoreExpression<TextArray>(source)
HStore get-values-for-keys operator, translated to the -> operator in PostgreSQL.