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