Class PGHStore

java.lang.Object
org.postgresql.util.PGobject
org.openstreetmap.osmosis.hstore.PGHStore
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class PGHStore extends org.postgresql.util.PGobject implements Map<String,String>
This implements a class that handles the PostgreSQL contrib/hstore type
See Also: