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