static long |
LongConverter.parse(PostgresReader reader) |
static int |
IntConverter.parse(PostgresReader reader) |
static float |
FloatConverter.parse(PostgresReader reader) |
static double |
DoubleConverter.parse(PostgresReader reader) |
static boolean |
BoolConverter.parse(PostgresReader reader) |
static UUID |
UuidConverter.parse(PostgresReader reader,
boolean nullable) |
static BigDecimal |
DecimalConverter.parse(PostgresReader reader,
boolean allowNulls) |
static LocalDate |
DateConverter.parse(PostgresReader reader,
boolean allowNulls) |
static Element |
XmlConverter.parse(PostgresReader reader,
int context) |
static URI |
UrlConverter.parse(PostgresReader reader,
int context) |
static byte[] |
ByteaConverter.parse(PostgresReader reader,
int context) |
static <T> List<T> |
ArrayTuple.parse(PostgresReader reader,
int context,
ArrayTuple.RecordParser<T> converter) |
static String |
StringConverter.parse(PostgresReader reader,
int context,
boolean allowNulls) |
static InetAddress |
InetConverter.parse(PostgresReader reader,
int context,
boolean nullable) |
static Map<String,String> |
HstoreConverter.parse(PostgresReader reader,
int context,
boolean allowNulls) |
T |
ArrayTuple.RecordParser.parse(PostgresReader reader,
int outerContext,
int context) |
static List<Element> |
XmlConverter.parseCollection(PostgresReader reader,
int context) |
static List<URI> |
UrlConverter.parseCollection(PostgresReader reader,
int context) |
static List<UUID> |
UuidConverter.parseCollection(PostgresReader reader,
int context,
boolean nullable) |
static List<String> |
StringConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNull) |
static List<Long> |
LongConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Integer> |
IntConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<InetAddress> |
InetConverter.parseCollection(PostgresReader reader,
int context,
boolean nullable) |
static List<Map<String,String>> |
HstoreConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Float> |
FloatConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Double> |
DoubleConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<BigDecimal> |
DecimalConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<LocalDate> |
DateConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<byte[]> |
ByteaConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Boolean> |
BoolConverter.parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static <T extends Enum> List<T> |
EnumConverter.parseCollection(PostgresReader reader,
int context,
T defaultValue,
Function<PostgresReader,T> factory) |
static LocalDateTime |
TimestampConverter.parseLocal(PostgresReader reader,
int context,
boolean allowNulls) |
static List<LocalDateTime> |
TimestampConverter.parseLocalCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static Point2D |
PointConverter.parseLocation(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Point2D> |
PointConverter.parseLocationCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static Long |
LongConverter.parseNullable(PostgresReader reader) |
static Integer |
IntConverter.parseNullable(PostgresReader reader) |
static Float |
FloatConverter.parseNullable(PostgresReader reader) |
static Double |
DoubleConverter.parseNullable(PostgresReader reader) |
static Boolean |
BoolConverter.parseNullable(PostgresReader reader) |
static OffsetDateTime |
TimestampConverter.parseOffset(PostgresReader reader,
int context,
boolean allowNulls,
boolean asUtc) |
static List<OffsetDateTime> |
TimestampConverter.parseOffsetCollection(PostgresReader reader,
int context,
boolean allowNulls,
boolean asUtc) |
static Point |
PointConverter.parsePoint(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Point> |
PointConverter.parsePointCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static void |
StringConverter.skip(PostgresReader reader,
int context) |