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