| Package | Description |
|---|---|
| de.bytefish.pgbulkinsert.pgsql.handlers |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalValueHandler<T extends Number>
The Algorithm for turning a BigDecimal into a Postgres Numeric is heavily inspired by the Intermine Implementation:
https://github.com/intermine/intermine/blob/master/intermine/objectstore/main/src/org/intermine/sql/writebatch/BatchWriterPostgresCopyImpl.java
|
class |
BooleanValueHandler |
class |
BoxValueHandler |
class |
ByteArrayValueHandler |
class |
ByteValueHandler<T extends Number> |
class |
CircleValueHandler |
class |
CollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>> |
class |
DoubleValueHandler<T extends Number> |
class |
FloatValueHandler<T extends Number> |
class |
HstoreValueHandler |
class |
Inet4AddressValueHandler |
class |
Inet6AddressValueHandler |
class |
IntegerValueHandler<T extends Number> |
class |
JsonbValueHandler |
class |
LineSegmentValueHandler |
class |
LineValueHandler |
class |
LocalDateTimeValueHandler |
class |
LocalDateValueHandler |
class |
LongValueHandler<T extends Number> |
class |
MacAddressValueHandler |
class |
PathValueHandler |
class |
PointValueHandler |
class |
PolygonValueHandler |
class |
ShortValueHandler<T extends Number> |
class |
StringValueHandler |
class |
UUIDValueHandler |
class |
ZonedDateTimeValueHandler |
Copyright © 2020. All rights reserved.