get

@JvmName(name = "getValue")
operator fun ColumnDeclaring<HStore>.get(argument: String): HStoreExpression<String>(source)

HStore get-value-for-key operator, translated to the -> operator in PostgreSQL.


@JvmName(name = "getValues")
operator fun ColumnDeclaring<HStore>.get(argument: TextArray): HStoreExpression<TextArray>(source)

HStore get-values-for-keys operator, translated to the -> operator in PostgreSQL.