public class HStoreConverter extends Object
Constructor and Description |
---|
HStoreConverter() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
fromBytes(byte[] b,
Encoding encoding) |
static Map<String,String> |
fromString(String s) |
static byte[] |
toBytes(Map<?,?> m,
Encoding encoding) |
static String |
toString(Map<?,?> map) |
public static Map<String,String> fromBytes(byte[] b, Encoding encoding) throws SQLException
SQLException
public static byte[] toBytes(Map<?,?> m, Encoding encoding) throws SQLException
SQLException
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.