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