public abstract class XmlConverter extends Object
| Constructor and Description |
|---|
XmlConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
parse(PostgresReader reader,
int context) |
static List<Element> |
parseCollection(PostgresReader reader,
int context) |
static void |
serializeURI(PostgresBuffer sw,
Element value) |
static void |
setParameter(PostgresBuffer sw,
PreparedStatement ps,
int index,
Element value) |
static PostgresTuple |
toTuple(Element value) |
public static void serializeURI(PostgresBuffer sw, Element value)
public static void setParameter(PostgresBuffer sw, PreparedStatement ps, int index, Element value) throws SQLException
SQLExceptionpublic static Element parse(PostgresReader reader, int context) throws IOException
IOExceptionpublic static List<Element> parseCollection(PostgresReader reader, int context) throws IOException
IOExceptionpublic static PostgresTuple toTuple(Element value)
Copyright © 2015. All rights reserved.