Package org.postgresql.util
Class HStoreConverter
java.lang.Object
org.postgresql.util.HStoreConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
appendEscaped
(StringBuilder sb, Object val) private static int
appendUntilQuote
(StringBuilder sb, String s, int pos) fromString
(String s) static byte[]
static String
-
Constructor Details
-
HStoreConverter
public HStoreConverter()
-
-
Method Details
-
fromBytes
- Throws:
SQLException
-
toBytes
- Throws:
SQLException
-
toString
-
appendEscaped
-
fromString
-
appendUntilQuote
-