Package org.zalando.typemapper.postgres
Class HStore
- java.lang.Object
-
- org.postgresql.util.PGobject
-
- org.zalando.typemapper.postgres.HStore
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>asMap()Iterator<Map.Entry<String,String>>iterator()static Stringserialize(Map<?,?> map)voidsetValue(String rawValue)-
Methods inherited from class org.postgresql.util.PGobject
clone, equals, getType, getValue, hashCode, setType, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
setValue
public void setValue(String rawValue)
- Overrides:
setValuein classorg.postgresql.util.PGobject
-
-