static PostgresTuple |
ArrayTuple.create(boolean[] elements,
Function<Boolean,PostgresTuple> converter) |
static <T> PostgresTuple |
ArrayTuple.create(Collection<T> elements,
Function<T,PostgresTuple> converter) |
static PostgresTuple |
ArrayTuple.create(double[] elements,
Function<Double,PostgresTuple> converter) |
static PostgresTuple |
ArrayTuple.create(float[] elements,
Function<Float,PostgresTuple> converter) |
static PostgresTuple |
ArrayTuple.create(int[] elements,
Function<Integer,PostgresTuple> converter) |
static <T> PostgresTuple |
ArrayTuple.create(List<T> elements,
Function<T,PostgresTuple> converter) |
static PostgresTuple |
ArrayTuple.create(long[] elements,
Function<Long,PostgresTuple> converter) |
static <T> PostgresTuple |
ArrayTuple.create(T[] elements,
Function<T,PostgresTuple> converter) |
static PostgresTuple |
RecordTuple.from(PostgresTuple[] properties) |
static PostgresTuple |
ArrayTuple.from(PostgresTuple[] elements) |
static PostgresTuple |
ValueTuple.from(String value) |
static PostgresTuple |
DecimalConverter.toTuple(BigDecimal value) |
static PostgresTuple |
BoolConverter.toTuple(boolean value) |
static PostgresTuple |
BoolConverter.toTuple(Boolean value) |
static PostgresTuple |
ByteaConverter.toTuple(byte[] value) |
static PostgresTuple |
DoubleConverter.toTuple(double value) |
static PostgresTuple |
DoubleConverter.toTuple(Double value) |
static PostgresTuple |
XmlConverter.toTuple(Element value) |
static PostgresTuple |
FloatConverter.toTuple(float value) |
static PostgresTuple |
FloatConverter.toTuple(Float value) |
static PostgresTuple |
InetConverter.toTuple(InetAddress value) |
static PostgresTuple |
IntConverter.toTuple(int value) |
static PostgresTuple |
IntConverter.toTuple(Integer value) |
static PostgresTuple |
DateConverter.toTuple(LocalDate value) |
static PostgresTuple |
TimestampConverter.toTuple(LocalDateTime value) |
static PostgresTuple |
LongConverter.toTuple(long value) |
static PostgresTuple |
LongConverter.toTuple(Long value) |
static PostgresTuple |
HstoreConverter.toTuple(Map<String,String> value) |
static PostgresTuple |
TimestampConverter.toTuple(OffsetDateTime value) |
static PostgresTuple |
PointConverter.toTuple(Point2D value) |
static PostgresTuple |
StringConverter.toTuple(String value) |
static <T extends Enum> PostgresTuple |
EnumConverter.toTuple(T value) |
static PostgresTuple |
TreePathConverter.toTuple(TreePath value) |
static PostgresTuple |
UrlConverter.toTuple(URI value) |
static PostgresTuple |
UuidConverter.toTuple(UUID value) |
static PostgresTuple |
InetConverter.toTupleNullable(InetAddress value) |
static PostgresTuple |
UuidConverter.toTupleNullable(UUID value) |