org.postgresql.util
Class HStoreConverter
java.lang.Object
org.postgresql.util.HStoreConverter
public class HStoreConverter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HStoreConverter
public HStoreConverter()
fromBytes
public static Map<String,String> fromBytes(byte[] b,
Encoding encoding)
throws SQLException
- Throws:
SQLException
toBytes
public static byte[] toBytes(Map<?,?> m,
Encoding encoding)
throws SQLException
- Throws:
SQLException
toString
public static String toString(Map<?,?> map)
fromString
public static Map<String,String> fromString(String s)
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.