Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Z 

A

AbsTime - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
AbstractMapping<TEntity> - Class in de.bytefish.pgbulkinsert.mapping
 
AbstractMapping(String, String) - Constructor for class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
AbstractMapping(String, String, boolean) - Constructor for class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
AbstractMapping(IValueHandlerProvider, String, String, boolean) - Constructor for class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
add(DataType, IValueHandler<TTargetType>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ValueHandlerProvider
 
applyAsBoolean(T) - Method in interface de.bytefish.pgbulkinsert.function.ToBooleanFunction
Applies this function to the given argument.
applyAsFloat(T) - Method in interface de.bytefish.pgbulkinsert.function.ToFloatFunction
Applies this function to the given argument.

B

BaseValueHandler<T> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
BaseValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
 
BigDecimalUtils - Class in de.bytefish.pgbulkinsert.util
 
BigDecimalValueHandler<T extends Number> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
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
BigDecimalValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.BigDecimalValueHandler
 
BinaryWriteFailedException - Exception in de.bytefish.pgbulkinsert.exceptions
 
BinaryWriteFailedException(String) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException() - Constructor for exception de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException(String, Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException(Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException(String, Throwable, boolean, boolean) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
Bit - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Boolean - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
BooleanValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
BooleanValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.BooleanValueHandler
 
Box - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Box - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Box(Point, Point) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.Box
 
BoxValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
BoxValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.BoxValueHandler
 
Bytea - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
ByteArrayValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
ByteArrayValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ByteArrayValueHandler
 
ByteValueHandler<T extends Number> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
ByteValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ByteValueHandler
 

C

Cash - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Char - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
CharLength - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Cid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Cidr - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Circle - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Circle - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Circle(Point, double) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.Circle
 
CircleValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
CircleValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.CircleValueHandler
 
close() - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
CollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
CollectionValueHandler(int, IValueHandler<TElementType>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.CollectionValueHandler
 
ColumnDefinition<TEntity> - Class in de.bytefish.pgbulkinsert.model
 
ColumnDefinition(String, BiConsumer<PgBinaryWriter, TEntity>) - Constructor for class de.bytefish.pgbulkinsert.model.ColumnDefinition
 
columns - Variable in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
Configuration - Class in de.bytefish.pgbulkinsert.configuration
 
Configuration() - Constructor for class de.bytefish.pgbulkinsert.configuration.Configuration
 
Configuration(int) - Constructor for class de.bytefish.pgbulkinsert.configuration.Configuration
 
convert(TSource) - Method in interface de.bytefish.pgbulkinsert.pgsql.converter.IValueConverter
 
convert(LocalDate) - Method in class de.bytefish.pgbulkinsert.pgsql.converter.LocalDateConverter
 
convert(LocalDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.converter.LocalDateTimeConverter
 
convert(LocalTime) - Method in class de.bytefish.pgbulkinsert.pgsql.converter.LocalTimeConverter
 
convertToPostgresTimeStamp(LocalDateTime) - Static method in class de.bytefish.pgbulkinsert.pgsql.utils.TimeStampUtils
 

D

DataType - Enum in de.bytefish.pgbulkinsert.pgsql.constants
 
Date - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
de.bytefish.pgbulkinsert - package de.bytefish.pgbulkinsert
 
de.bytefish.pgbulkinsert.configuration - package de.bytefish.pgbulkinsert.configuration
 
de.bytefish.pgbulkinsert.exceptions - package de.bytefish.pgbulkinsert.exceptions
 
de.bytefish.pgbulkinsert.function - package de.bytefish.pgbulkinsert.function
 
de.bytefish.pgbulkinsert.mapping - package de.bytefish.pgbulkinsert.mapping
 
de.bytefish.pgbulkinsert.model - package de.bytefish.pgbulkinsert.model
 
de.bytefish.pgbulkinsert.pgsql - package de.bytefish.pgbulkinsert.pgsql
 
de.bytefish.pgbulkinsert.pgsql.constants - package de.bytefish.pgbulkinsert.pgsql.constants
 
de.bytefish.pgbulkinsert.pgsql.converter - package de.bytefish.pgbulkinsert.pgsql.converter
 
de.bytefish.pgbulkinsert.pgsql.handlers - package de.bytefish.pgbulkinsert.pgsql.handlers
 
de.bytefish.pgbulkinsert.pgsql.handlers.utils - package de.bytefish.pgbulkinsert.pgsql.handlers.utils
 
de.bytefish.pgbulkinsert.pgsql.model.geometric - package de.bytefish.pgbulkinsert.pgsql.model.geometric
 
de.bytefish.pgbulkinsert.pgsql.model.network - package de.bytefish.pgbulkinsert.pgsql.model.network
 
de.bytefish.pgbulkinsert.pgsql.model.range - package de.bytefish.pgbulkinsert.pgsql.model.range
 
de.bytefish.pgbulkinsert.pgsql.utils - package de.bytefish.pgbulkinsert.pgsql.utils
 
de.bytefish.pgbulkinsert.util - package de.bytefish.pgbulkinsert.util
 
DoublePrecision - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
DoubleValueHandler<T extends Number> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
DoubleValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.DoubleValueHandler
 

E

Empty - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 

F

FloatValueHandler<T extends Number> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
FloatValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.FloatValueHandler
 

G

GeometricUtils - Class in de.bytefish.pgbulkinsert.pgsql.handlers.utils
 
GeometricUtils() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.utils.GeometricUtils
 
get() - Method in class de.bytefish.pgbulkinsert.util.OutParameter
 
getA() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Line
 
getAddressBytes() - Method in class de.bytefish.pgbulkinsert.pgsql.model.network.MacAddress
 
getB() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Line
 
getBufferSize() - Method in class de.bytefish.pgbulkinsert.configuration.Configuration
 
getBufferSize() - Method in interface de.bytefish.pgbulkinsert.configuration.IConfiguration
 
getC() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Line
 
getCenter() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Circle
 
getColumnName() - Method in class de.bytefish.pgbulkinsert.model.ColumnDefinition
 
getColumns() - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
getCopyCommand() - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
getFlags() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
GetFullyQualifiedTableName(boolean) - Method in class de.bytefish.pgbulkinsert.model.TableDefinition
 
getFullyQualifiedTableName(String, String, boolean) - Static method in class de.bytefish.pgbulkinsert.util.PostgreSqlUtils
 
getHigh() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Box
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BigDecimalValueHandler
 
getLength(Boolean) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BooleanValueHandler
 
getLength(Box) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BoxValueHandler
 
getLength(byte[]) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteArrayValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteValueHandler
 
getLength(Circle) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CircleValueHandler
 
getLength(TCollectionType) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CollectionValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.DoubleValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.FloatValueHandler
 
getLength(Map<String, String>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.HstoreValueHandler
 
getLength(Inet4Address) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.Inet4AddressValueHandler
 
getLength(Inet6Address) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.Inet6AddressValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.IntegerValueHandler
 
getLength(TTargetType) - Method in interface de.bytefish.pgbulkinsert.pgsql.handlers.IValueHandler
 
getLength(String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.JsonbValueHandler
 
getLength(LineSegment) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineSegmentValueHandler
 
getLength(Line) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineValueHandler
 
getLength(LocalDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateTimeValueHandler
 
getLength(LocalDate) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateValueHandler
 
getLength(LocalTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalTimeValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LongValueHandler
 
getLength(MacAddress) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.MacAddressValueHandler
 
getLength(Path) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.PathValueHandler
 
getLength(Point) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.PointValueHandler
 
getLength(Polygon) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.PolygonValueHandler
 
getLength(Range<TElementType>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.RangeValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ShortValueHandler
 
getLength(String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.StringValueHandler
 
getLength(UUID) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.UUIDValueHandler
 
getLength(ZonedDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ZonedDateTimeValueHandler
 
getLow() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Box
 
getLowerBound() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
getP1() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.LineSegment
 
getP2() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.LineSegment
 
getPGConnection(Connection) - Static method in class de.bytefish.pgbulkinsert.util.PostgreSqlUtils
 
getPoints() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Path
 
getPoints() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Polygon
 
getRadius() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Circle
 
getSchema() - Method in class de.bytefish.pgbulkinsert.model.TableDefinition
 
getTableName() - Method in class de.bytefish.pgbulkinsert.model.TableDefinition
 
getUpperBound() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
getUtf8Bytes(String) - Static method in class de.bytefish.pgbulkinsert.util.StringUtils
 
getWrite() - Method in class de.bytefish.pgbulkinsert.model.ColumnDefinition
 
getX() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Point
 
getY() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Point
 

H

handle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
 
handle(DataOutputStream, TTargetType) - Method in interface de.bytefish.pgbulkinsert.pgsql.handlers.IValueHandler
 
HstoreValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
HstoreValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.HstoreValueHandler
 

I

IConfiguration - Interface in de.bytefish.pgbulkinsert.configuration
 
Inclusive - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
Inet - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Inet4AddressValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
Inet4AddressValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.Inet4AddressValueHandler
 
Inet6AddressValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
Inet6AddressValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.Inet6AddressValueHandler
 
Infinite - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
Int2 - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Int4 - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Int8 - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
IntegerValueHandler<T extends Number> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
IntegerValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.IntegerValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BigDecimalValueHandler
 
internalHandle(DataOutputStream, Boolean) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BooleanValueHandler
 
internalHandle(DataOutputStream, Box) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BoxValueHandler
 
internalHandle(DataOutputStream, byte[]) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteArrayValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteValueHandler
 
internalHandle(DataOutputStream, Circle) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CircleValueHandler
 
internalHandle(DataOutputStream, TCollectionType) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CollectionValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.DoubleValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.FloatValueHandler
 
internalHandle(DataOutputStream, Map<String, String>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.HstoreValueHandler
 
internalHandle(DataOutputStream, Inet4Address) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.Inet4AddressValueHandler
 
internalHandle(DataOutputStream, Inet6Address) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.Inet6AddressValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.IntegerValueHandler
 
internalHandle(DataOutputStream, String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.JsonbValueHandler
 
internalHandle(DataOutputStream, LineSegment) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineSegmentValueHandler
 
internalHandle(DataOutputStream, Line) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineValueHandler
 
internalHandle(DataOutputStream, LocalDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateTimeValueHandler
 
internalHandle(DataOutputStream, LocalDate) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateValueHandler
 
internalHandle(DataOutputStream, LocalTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalTimeValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LongValueHandler
 
internalHandle(DataOutputStream, MacAddress) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.MacAddressValueHandler
 
internalHandle(DataOutputStream, Path) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.PathValueHandler
 
internalHandle(DataOutputStream, Point) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.PointValueHandler
 
internalHandle(DataOutputStream, Polygon) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.PolygonValueHandler
 
internalHandle(DataOutputStream, Range<TElementType>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.RangeValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ShortValueHandler
 
internalHandle(DataOutputStream, String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.StringValueHandler
 
internalHandle(DataOutputStream, UUID) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.UUIDValueHandler
 
internalHandle(DataOutputStream, ZonedDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ZonedDateTimeValueHandler
 
Interval - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
IPgBulkInsert<TEntity> - Interface in de.bytefish.pgbulkinsert
 
isClosed() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Path
 
isEmpty() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
isLowerBoundInfinite() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
isNullOrWhiteSpace(String) - Static method in class de.bytefish.pgbulkinsert.util.StringUtils
 
isUpperBoundInfinite() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
IValueConverter<TSource,TTarget> - Interface in de.bytefish.pgbulkinsert.pgsql.converter
 
IValueHandler<TTargetType> - Interface in de.bytefish.pgbulkinsert.pgsql.handlers
 
IValueHandlerProvider - Interface in de.bytefish.pgbulkinsert.pgsql.handlers
 

J

Jsonb - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
JsonbValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
JsonbValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.JsonbValueHandler
 
JsonbValueHandler(int) - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.JsonbValueHandler
 

L

Line - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Line - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Line(double, double, double) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.Line
 
LineSegment - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
LineSegment - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
LineSegment(Point, Point) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.LineSegment
 
LineSegmentValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
LineSegmentValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LineSegmentValueHandler
 
LineValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
LineValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LineValueHandler
 
LocalDateConverter - Class in de.bytefish.pgbulkinsert.pgsql.converter
 
LocalDateConverter() - Constructor for class de.bytefish.pgbulkinsert.pgsql.converter.LocalDateConverter
 
LocalDateTimeConverter - Class in de.bytefish.pgbulkinsert.pgsql.converter
 
LocalDateTimeConverter() - Constructor for class de.bytefish.pgbulkinsert.pgsql.converter.LocalDateTimeConverter
 
LocalDateTimeValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
LocalDateTimeValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateTimeValueHandler
 
LocalDateTimeValueHandler(IValueConverter<LocalDateTime, Long>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateTimeValueHandler
 
LocalDateValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
LocalDateValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateValueHandler
 
LocalDateValueHandler(IValueConverter<LocalDate, Integer>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateValueHandler
 
LocalTimeConverter - Class in de.bytefish.pgbulkinsert.pgsql.converter
 
LocalTimeConverter() - Constructor for class de.bytefish.pgbulkinsert.pgsql.converter.LocalTimeConverter
 
LocalTimeValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
LocalTimeValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LocalTimeValueHandler
 
LocalTimeValueHandler(IValueConverter<LocalTime, Long>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LocalTimeValueHandler
 
LongValueHandler<T extends Number> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
LongValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.LongValueHandler
 
LowerBoundInclusive - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
LowerBoundInfinite - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
LowerInclusiveInfinite - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 

M

MacAddress - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
MacAddress - Class in de.bytefish.pgbulkinsert.pgsql.model.network
 
MacAddress(byte[]) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.network.MacAddress
 
MacAddress8 - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
MacAddressValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
MacAddressValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.MacAddressValueHandler
 
map(String, DataType, Function<TEntity, TProperty>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
map(String, IValueHandler<TProperty>, Function<TEntity, TProperty>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapBoolean(String, Function<TEntity, Boolean>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapBoolean(String, ToBooleanFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapBooleanArray(String, Function<TEntity, Collection<Boolean>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapBox(String, Function<TEntity, Box>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapByte(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapByte(String, ToIntFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapByteArray(String, Function<TEntity, byte[]>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapCircle(String, Function<TEntity, Circle>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapCollection(String, DataType, Function<TEntity, TCollectionType>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapDate(String, Function<TEntity, LocalDate>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapDateRange(String, Function<TEntity, Range<LocalDate>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapDouble(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapDouble(String, ToDoubleFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapDoubleArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapFloat(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapFloat(String, ToFloatFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapFloatArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapFrom(DataType) - Static method in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
mapHstore(String, Function<TEntity, Map<String, String>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInet4Addr(String, Function<TEntity, Inet4Address>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInet4Array(String, Function<TEntity, Collection<Inet4Address>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInet6Addr(String, Function<TEntity, Inet6Address>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInet6Array(String, Function<TEntity, Collection<Inet6Address>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInt4Range(String, Function<TEntity, Range<Integer>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInt8Range(String, Function<TEntity, Range<Long>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInteger(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInteger(String, ToIntFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapIntegerArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapJsonb(String, Function<TEntity, String>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapLine(String, Function<TEntity, Line>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapLineSegment(String, Function<TEntity, LineSegment>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapLong(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapLong(String, ToLongFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapLongArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapMacAddress(String, Function<TEntity, MacAddress>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapNumeric(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapNumericArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapNumRange(String, Function<TEntity, Range<Number>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapPath(String, Function<TEntity, Path>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapPoint(String, Function<TEntity, Point>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapPolygon(String, Function<TEntity, Polygon>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapRange(String, DataType, Function<TEntity, Range<TElementType>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapShort(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapShort(String, ToIntFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapShortArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapText(String, Function<TEntity, String>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapTextArray(String, Function<TEntity, Collection<String>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapTime(String, Function<TEntity, LocalTime>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapTimeStamp(String, Function<TEntity, LocalDateTime>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapTimeStampTz(String, Function<TEntity, ZonedDateTime>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapTsRange(String, Function<TEntity, Range<LocalDateTime>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapTsTzRange(String, Function<TEntity, Range<ZonedDateTime>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapUUID(String, Function<TEntity, UUID>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapUUIDArray(String, Function<TEntity, Collection<UUID>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapVarChar(String, Function<TEntity, String>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapVarCharArray(String, Function<TEntity, Collection<String>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
Money - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 

N

Name - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
None - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
Numeric - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 

O

ObjectIdentifier - Class in de.bytefish.pgbulkinsert.pgsql.constants
 
ObjectIdentifier() - Constructor for class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Oid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
open(OutputStream) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
OutParameter<E> - Class in de.bytefish.pgbulkinsert.util
 
OutParameter() - Constructor for class de.bytefish.pgbulkinsert.util.OutParameter
 

P

Path - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Path - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Path(boolean, List<Point>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.Path
 
PathValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
PathValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.PathValueHandler
 
PgBinaryWriter - Class in de.bytefish.pgbulkinsert.pgsql
 
PgBinaryWriter() - Constructor for class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
PgBinaryWriter(int) - Constructor for class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
PgBulkInsert<TEntity> - Class in de.bytefish.pgbulkinsert
 
PgBulkInsert(AbstractMapping<TEntity>) - Constructor for class de.bytefish.pgbulkinsert.PgBulkInsert
 
PgBulkInsert(IConfiguration, AbstractMapping<TEntity>) - Constructor for class de.bytefish.pgbulkinsert.PgBulkInsert
 
PgConnectionException - Exception in de.bytefish.pgbulkinsert.exceptions
 
PgConnectionException(String) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException() - Constructor for exception de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException(String, Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException(Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException(String, Throwable, boolean, boolean) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
Point - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Point - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Point(double, double) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.Point
 
PointValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
PointValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.PointValueHandler
 
Polygon - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Polygon - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Polygon(List<Point>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.Polygon
 
PolygonValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
PolygonValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.PolygonValueHandler
 
PostgreSqlUtils - Class in de.bytefish.pgbulkinsert.util
 
provider - Variable in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 

Q

QuoteChar - Static variable in class de.bytefish.pgbulkinsert.util.PostgreSqlUtils
 
quoteIdentifier(String) - Static method in class de.bytefish.pgbulkinsert.util.PostgreSqlUtils
 

R

Range<TElementType> - Class in de.bytefish.pgbulkinsert.pgsql.model.range
 
Range(TElementType, TElementType) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
Range(TElementType, boolean, TElementType, boolean) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
Range(TElementType, boolean, boolean, TElementType, boolean, boolean) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
RangeFlags - Class in de.bytefish.pgbulkinsert.pgsql.model.range
 
RangeFlags() - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
RangeValueHandler<TElementType> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
RangeValueHandler(IValueHandler<TElementType>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.RangeValueHandler
 
Record - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
RelTime - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
removeNullCharacter(String) - Static method in class de.bytefish.pgbulkinsert.util.StringUtils
 
resolve(DataType) - Method in interface de.bytefish.pgbulkinsert.pgsql.handlers.IValueHandlerProvider
 
resolve(DataType) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ValueHandlerProvider
 

S

saveAll(PGConnection, Stream<TEntity>) - Method in interface de.bytefish.pgbulkinsert.IPgBulkInsert
 
saveAll(PGConnection, Stream<TEntity>) - Method in class de.bytefish.pgbulkinsert.PgBulkInsert
 
saveAll(PGConnection, Collection<TEntity>) - Method in class de.bytefish.pgbulkinsert.PgBulkInsert
 
SaveEntityFailedException - Exception in de.bytefish.pgbulkinsert.exceptions
 
SaveEntityFailedException(String) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException() - Constructor for exception de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException(String, Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException(Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException(String, Throwable, boolean, boolean) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
set(E) - Method in class de.bytefish.pgbulkinsert.util.OutParameter
 
setLowerBound(TElementType) - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
setUpperBound(TElementType) - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
ShortValueHandler<T extends Number> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
ShortValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ShortValueHandler
 
SinglePrecision - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
size() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Path
 
size() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Polygon
 
startRow(int) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
StringUtils - Class in de.bytefish.pgbulkinsert.util
 
StringValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
StringValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.StringValueHandler
 

T

table - Variable in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
TableDefinition - Class in de.bytefish.pgbulkinsert.model
 
TableDefinition(String) - Constructor for class de.bytefish.pgbulkinsert.model.TableDefinition
 
TableDefinition(String, String) - Constructor for class de.bytefish.pgbulkinsert.model.TableDefinition
 
TEN - Static variable in class de.bytefish.pgbulkinsert.pgsql.handlers.BigDecimalValueHandler
 
TEN_THOUSAND - Static variable in class de.bytefish.pgbulkinsert.pgsql.handlers.BigDecimalValueHandler
 
Text - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Tid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Time - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Timestamp - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
TimestampTz - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
TimeStampUtils - Class in de.bytefish.pgbulkinsert.pgsql.utils
 
TimeTz - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
TInterval - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
toBigDecimal(Integer) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Integer, MathContext) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Long) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Long, MathContext) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Float) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Float, MathContext) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Double) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Double, MathContext) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
ToBooleanFunction<T> - Interface in de.bytefish.pgbulkinsert.function
 
ToFloatFunction<T> - Interface in de.bytefish.pgbulkinsert.function
 
toPgDays(LocalDate) - Static method in class de.bytefish.pgbulkinsert.pgsql.utils.TimeStampUtils
 
toPgSecs(LocalDateTime) - Static method in class de.bytefish.pgbulkinsert.pgsql.utils.TimeStampUtils
 
toString() - Method in class de.bytefish.pgbulkinsert.model.ColumnDefinition
 
toString() - Method in class de.bytefish.pgbulkinsert.model.TableDefinition
 
toString() - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ValueHandlerProvider
 
toString() - Method in class de.bytefish.pgbulkinsert.pgsql.model.network.MacAddress
 
toString() - Method in class de.bytefish.pgbulkinsert.util.OutParameter
 
tryGetPGConnection(Connection, OutParameter<PGConnection>) - Static method in class de.bytefish.pgbulkinsert.util.PostgreSqlUtils
 

U

Unknown - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
UpperBoundInclusive - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
UpperBoundInfinite - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
UpperInclusiveInfinite - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
usePostgresQuoting - Variable in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
usePostgresQuoting(boolean) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
Uuid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
UUIDValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
UUIDValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.UUIDValueHandler
 

V

ValueHandler - Interface in de.bytefish.pgbulkinsert.pgsql.handlers
 
ValueHandlerAlreadyRegisteredException - Exception in de.bytefish.pgbulkinsert.exceptions
 
ValueHandlerAlreadyRegisteredException(String) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException() - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException(String, Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException(Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException(String, Throwable, boolean, boolean) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerNotRegisteredException - Exception in de.bytefish.pgbulkinsert.exceptions
 
ValueHandlerNotRegisteredException(String) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException() - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException(String, Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException(Throwable) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException(String, Throwable, boolean, boolean) - Constructor for exception de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerProvider - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
ValueHandlerProvider() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ValueHandlerProvider
 
valueOf(String) - Static method in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
VarBit - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
VarCharLength - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 

W

write(IValueHandler<TTargetType>, TTargetType) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
writeBoolean(boolean) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive boolean to the output stream
writeByte(int) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive byte to the output stream
writeDouble(double) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive double to the output stream
writeFloat(float) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive float to the output stream
writeInt(int) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive integer to the output stream
writeLong(long) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive long to the output stream
writeNull() - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes a Null Value.
writePoint(DataOutputStream, Point) - Static method in class de.bytefish.pgbulkinsert.pgsql.handlers.utils.GeometricUtils
 
writeShort(int) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive short to the output stream

X

Xid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Xml - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 

Z

ZonedDateTimeValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
ZonedDateTimeValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ZonedDateTimeValueHandler
 
ZonedDateTimeValueHandler(IValueConverter<ZonedDateTime, Long>) - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ZonedDateTimeValueHandler
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2020. All rights reserved.