Index

A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbsTime - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
AbsTime - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
AbstractMapping<TEntity> - Class in de.bytefish.pgbulkinsert.mapping
 
AbstractMapping(IValueHandlerProvider, String, String, boolean) - Constructor for class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
AbstractMapping(String, String) - Constructor for class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
AbstractMapping(String, String, boolean) - Constructor for class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
add(DataType, IValueHandler<TTargetType>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ValueHandlerProvider
 
add(TEntity) - Method in class de.bytefish.pgbulkinsert.bulkprocessor.BulkProcessor
 
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> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
The Algorithm for turning a BigDecimal into a Postgres Numeric is heavily inspired by the Intermine Implementation:
BigDecimalValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.BigDecimalValueHandler
 
BinaryWriteFailedException - Exception Class in de.bytefish.pgbulkinsert.exceptions
 
BinaryWriteFailedException() - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException(String) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException(String, Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException(String, Throwable, boolean, boolean) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
BinaryWriteFailedException(Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.BinaryWriteFailedException
 
Bit - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Bit - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Boolean - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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 - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Box - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Box - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
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
 
BulkProcessor<TEntity> - Class in de.bytefish.pgbulkinsert.bulkprocessor
 
BulkProcessor(IBulkWriteHandler<TEntity>, int) - Constructor for class de.bytefish.pgbulkinsert.bulkprocessor.BulkProcessor
 
BulkProcessor(IBulkWriteHandler<TEntity>, int, Duration) - Constructor for class de.bytefish.pgbulkinsert.bulkprocessor.BulkProcessor
 
BulkWriteHandler<TEntity> - Class in de.bytefish.pgbulkinsert.bulkprocessor.handler
 
BulkWriteHandler(IPgBulkInsert<TEntity>, Supplier<Connection>) - Constructor for class de.bytefish.pgbulkinsert.bulkprocessor.handler.BulkWriteHandler
 
Bytea - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
ByteValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ByteValueHandler
 

C

Cash - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Cash - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Char - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Char - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
CharLength - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
CharLength - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Cid - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Cid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Cidr - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Cidr - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Circle - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Circle - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Circle - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
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.bulkprocessor.BulkProcessor
 
close() - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
close() - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter
 
CollectionValueHandler<TElementType,TCollectionType> - 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(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
 
convert(TSource) - Method in interface de.bytefish.pgbulkinsert.pgsql.converter.IValueConverter
 
convertToPostgresTimeStamp(LocalDateTime) - Static method in class de.bytefish.pgbulkinsert.pgsql.utils.TimeStampUtils
 

D

DataType - Enum in de.bytefish.pgbulkinsert.pgsql.constants
 
Date - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Date - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
DateRange - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
de.bytefish.pgbulkinsert - package de.bytefish.pgbulkinsert
 
de.bytefish.pgbulkinsert.bulkprocessor - package de.bytefish.pgbulkinsert.bulkprocessor
 
de.bytefish.pgbulkinsert.bulkprocessor.handler - package de.bytefish.pgbulkinsert.bulkprocessor.handler
 
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.interval - package de.bytefish.pgbulkinsert.pgsql.model.interval
 
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.row - package de.bytefish.pgbulkinsert.row
 
de.bytefish.pgbulkinsert.util - package de.bytefish.pgbulkinsert.util
 
DoublePrecision - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
DoublePrecision - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
DoubleValueHandler<T> - 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
 
enableNullCharacterHandler() - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter
 
ExceptionUtils - Class in de.bytefish.pgbulkinsert.util
 

F

FloatValueHandler<T> - 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
 
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
 
getColumns() - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
 
getCopyCommand() - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
getCopyCommand(boolean) - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
 
getDays() - Method in class de.bytefish.pgbulkinsert.pgsql.model.interval.Interval
 
getFlags() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
getFullyQualifiedTableName(boolean) - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
 
getFullyQualifiedTableName(String, String, boolean) - Static method in class de.bytefish.pgbulkinsert.util.PostgreSqlUtils
 
GetFullyQualifiedTableName(boolean) - Method in class de.bytefish.pgbulkinsert.model.TableDefinition
 
getHigh() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Box
 
getLength(byte[]) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteArrayValueHandler
 
getLength(Box) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BoxValueHandler
 
getLength(Circle) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CircleValueHandler
 
getLength(Line) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineValueHandler
 
getLength(LineSegment) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineSegmentValueHandler
 
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(Interval) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.utils.IntervalValueHandler
 
getLength(MacAddress) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.MacAddressValueHandler
 
getLength(Range<TElementType>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.RangeValueHandler
 
getLength(Boolean) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BooleanValueHandler
 
getLength(String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.JsonbValueHandler
 
getLength(String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.StringValueHandler
 
getLength(Inet4Address) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.Inet4AddressValueHandler
 
getLength(Inet6Address) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.Inet6AddressValueHandler
 
getLength(LocalDate) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateValueHandler
 
getLength(LocalDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateTimeValueHandler
 
getLength(LocalTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalTimeValueHandler
 
getLength(ZonedDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ZonedDateTimeValueHandler
 
getLength(Map<String, String>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.HstoreValueHandler
 
getLength(UUID) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.UUIDValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BigDecimalValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.DoubleValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.FloatValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.IntegerValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LongValueHandler
 
getLength(T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ShortValueHandler
 
getLength(TCollectionType) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CollectionValueHandler
 
getLength(TTargetType) - Method in interface de.bytefish.pgbulkinsert.pgsql.handlers.IValueHandler
 
getLow() - Method in class de.bytefish.pgbulkinsert.pgsql.model.geometric.Box
 
getLowerBound() - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
getMonths() - Method in class de.bytefish.pgbulkinsert.pgsql.model.interval.Interval
 
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
 
getRootCause(Throwable) - Static method in class de.bytefish.pgbulkinsert.util.ExceptionUtils
 
getSchema() - Method in class de.bytefish.pgbulkinsert.model.TableDefinition
 
getSchema() - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
 
getTable() - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
 
getTableName() - Method in class de.bytefish.pgbulkinsert.model.TableDefinition
 
getTimeOfDay() - Method in class de.bytefish.pgbulkinsert.pgsql.model.interval.Interval
 
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
 
Hstore - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
HstoreValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
HstoreValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.HstoreValueHandler
 

I

IBulkWriteHandler<TEntity> - Interface in de.bytefish.pgbulkinsert.bulkprocessor.handler
 
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
 
Inet4 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Inet4AddressValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
Inet4AddressValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.Inet4AddressValueHandler
 
Inet6 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Int2 - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Int4 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Int4 - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Int4Range - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Int8 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Int8 - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Int8Range - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
IntegerValueHandler<T> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
IntegerValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.IntegerValueHandler
 
internalHandle(DataOutputStream, byte[]) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteArrayValueHandler
 
internalHandle(DataOutputStream, Box) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BoxValueHandler
 
internalHandle(DataOutputStream, Circle) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CircleValueHandler
 
internalHandle(DataOutputStream, Line) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineValueHandler
 
internalHandle(DataOutputStream, LineSegment) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LineSegmentValueHandler
 
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, Interval) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.utils.IntervalValueHandler
 
internalHandle(DataOutputStream, MacAddress) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.MacAddressValueHandler
 
internalHandle(DataOutputStream, Range<TElementType>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.RangeValueHandler
 
internalHandle(DataOutputStream, Boolean) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.BooleanValueHandler
 
internalHandle(DataOutputStream, String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.JsonbValueHandler
 
internalHandle(DataOutputStream, String) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.StringValueHandler
 
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, LocalDate) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateValueHandler
 
internalHandle(DataOutputStream, LocalDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalDateTimeValueHandler
 
internalHandle(DataOutputStream, LocalTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LocalTimeValueHandler
 
internalHandle(DataOutputStream, ZonedDateTime) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ZonedDateTimeValueHandler
 
internalHandle(DataOutputStream, Map<String, String>) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.HstoreValueHandler
 
internalHandle(DataOutputStream, UUID) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.UUIDValueHandler
 
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, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ByteValueHandler
 
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, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.IntegerValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.LongValueHandler
 
internalHandle(DataOutputStream, T) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.ShortValueHandler
 
internalHandle(DataOutputStream, TCollectionType) - Method in class de.bytefish.pgbulkinsert.pgsql.handlers.CollectionValueHandler
 
Interval - Class in de.bytefish.pgbulkinsert.pgsql.model.interval
 
Interval - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Interval - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Interval(int, int, int, int, int, long) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.interval.Interval
 
Interval(int, int, long) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.interval.Interval
 
IntervalValueHandler - Class in de.bytefish.pgbulkinsert.pgsql.handlers.utils
 
IntervalValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.utils.IntervalValueHandler
 
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 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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 - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Line - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Line - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Line(double, double, double) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.geometric.Line
 
LineSegment - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
LineSegment - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
LineSegment - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
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> - 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 - Class in de.bytefish.pgbulkinsert.pgsql.model.network
 
MacAddress - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
MacAddress - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
MacAddress(byte[]) - Constructor for class de.bytefish.pgbulkinsert.pgsql.model.network.MacAddress
 
MacAddress8 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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
 
mapBooleanArray(String, Function<TEntity, Collection<Boolean>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapBooleanPrimitive(String, ToBooleanFunction<TEntity>) - 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
 
mapByteArray(String, Function<TEntity, byte[]>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapBytePrimitive(String, ToIntFunction<TEntity>) - 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
 
mapDoubleArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapDoublePrimitive(String, ToDoubleFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapFloat(String, Function<TEntity, Number>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapFloatArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapFloatPrimitive(String, ToFloatFunction<TEntity>) - 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
 
mapIntegerArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapIntegerPrimitive(String, ToIntFunction<TEntity>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapInterval(String, Function<TEntity, Interval>) - 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
 
mapLongArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapLongPrimitive(String, ToLongFunction<TEntity>) - 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
 
mapShortArray(String, Function<TEntity, Collection<T>>) - Method in class de.bytefish.pgbulkinsert.mapping.AbstractMapping
 
mapShortPrimitive(String, ToIntFunction<TEntity>) - 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 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Money - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 

N

Name - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Name - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
None - Static variable in class de.bytefish.pgbulkinsert.pgsql.model.range.RangeFlags
 
Numeric - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Numeric - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
NumRange - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 

O

ObjectIdentifier - Class in de.bytefish.pgbulkinsert.pgsql.constants
 
ObjectIdentifier() - Constructor for class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Oid - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Oid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 

P

Path - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Path - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Path - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
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(OutputStream) - Constructor for class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
PgBinaryWriter(OutputStream, int) - Constructor for class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
PgBulkInsert<TEntity> - Class in de.bytefish.pgbulkinsert
 
PgBulkInsert(IConfiguration, AbstractMapping<TEntity>) - Constructor for class de.bytefish.pgbulkinsert.PgBulkInsert
 
PgBulkInsert(AbstractMapping<TEntity>) - Constructor for class de.bytefish.pgbulkinsert.PgBulkInsert
 
PgConnectionException - Exception Class in de.bytefish.pgbulkinsert.exceptions
 
PgConnectionException() - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException(String) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException(String, Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException(String, Throwable, boolean, boolean) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
PgConnectionException(Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.PgConnectionException
 
Point - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Point - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Point - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
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 - Class in de.bytefish.pgbulkinsert.pgsql.model.geometric
 
Polygon - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Polygon - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
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

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

R

Range<TElementType> - Class in de.bytefish.pgbulkinsert.pgsql.model.range
 
Range(TElementType, boolean, boolean, TElementType, boolean, boolean) - 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, TElementType) - 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 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Record - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
RelTime - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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, Collection<TEntity>) - Method in class de.bytefish.pgbulkinsert.PgBulkInsert
 
saveAll(PGConnection, Stream<TEntity>) - Method in interface de.bytefish.pgbulkinsert.IPgBulkInsert
 
saveAll(PGConnection, Stream<TEntity>) - Method in class de.bytefish.pgbulkinsert.PgBulkInsert
 
SaveEntityFailedException - Exception Class in de.bytefish.pgbulkinsert.exceptions
 
SaveEntityFailedException() - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException(String) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException(String, Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException(String, Throwable, boolean, boolean) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
SaveEntityFailedException(Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.SaveEntityFailedException
 
setBoolean(int, Boolean) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setBoolean(String, Boolean) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setBooleanArray(int, Collection<Boolean>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setBooleanArray(String, Collection<Boolean>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setBox(int, Box) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setBox(String, Box) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setByte(int, Byte) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setByte(String, Byte) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setByteArray(int, byte[]) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setByteArray(String, byte[]) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setCircle(int, Circle) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setCircle(String, Circle) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setCollection(int, DataType, TCollectionType) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setCollection(String, DataType, TCollectionType) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDate(int, LocalDate) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDate(String, LocalDate) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDateRange(int, Range<LocalDate>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDateRange(String, Range<LocalDate>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDouble(int, Double) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDouble(String, Double) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDoubleArray(int, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setDoubleArray(String, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setFloat(int, Float) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setFloat(String, Float) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setFloatArray(int, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setFloatArray(String, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setHstore(int, Map<String, String>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setHstore(String, Map<String, String>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet4Addr(int, Inet4Address) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet4Addr(String, Inet4Address) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet4Array(int, Collection<Inet4Address>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet4Array(String, Collection<Inet4Address>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet6Addr(int, Inet6Address) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet6Addr(String, Inet6Address) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet6Array(int, Collection<Inet6Address>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInet6Array(String, Collection<Inet6Address>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInt4Range(int, Range<Integer>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInt4Range(String, Range<Integer>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInt8Range(int, Range<Long>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInt8Range(String, Range<Long>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInteger(int, Integer) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInteger(String, Integer) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setIntegerArray(int, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setIntegerArray(String, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setInterval(String, Interval) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setJsonb(int, String) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setJsonb(String, String) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLine(int, Line) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLine(String, Line) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLineSegment(int, LineSegment) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLineSegment(String, LineSegment) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLong(int, Long) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLong(String, Long) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLongArray(int, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLongArray(String, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setLowerBound(TElementType) - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
setMacAddress(int, MacAddress) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setMacAddress(String, MacAddress) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setNullCharacterHandler(Function<String, String>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter
 
setNumeric(int, Number) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setNumeric(String, Number) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setNumericArray(int, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setNumericArray(String, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setNumRange(int, Range<Number>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setNumRange(String, Range<Number>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setPath(int, Path) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setPath(String, Path) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setPoint(int, Point) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setPoint(String, Point) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setPolygon(int, Polygon) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setPolygon(String, Polygon) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setRange(int, DataType, Range<TElementType>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setRange(String, DataType, Range<TElementType>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setShort(int, Short) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setShort(String, Short) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setShortArray(int, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setShortArray(String, Collection<T>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setText(int, String) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setText(String, String) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTextArray(int, Collection<String>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTextArray(String, Collection<String>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTime(int, LocalTime) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTime(String, LocalTime) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTimeStamp(int, LocalDateTime) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTimeStamp(String, LocalDateTime) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTimeStampTz(int, ZonedDateTime) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTimeStampTz(String, ZonedDateTime) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTsRange(int, Range<LocalDateTime>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTsRange(String, Range<LocalDateTime>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTsTzRange(int, Range<ZonedDateTime>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setTsTzRange(String, Range<ZonedDateTime>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setUpperBound(TElementType) - Method in class de.bytefish.pgbulkinsert.pgsql.model.range.Range
 
setUUID(int, UUID) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setUUID(String, UUID) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setUUIDArray(int, Collection<UUID>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setUUIDArray(String, Collection<UUID>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setValue(int, DataType, TTargetType) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setValue(int, IValueHandler<TTargetType>, TTargetType) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setValue(String, DataType, TTargetType) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setValue(String, IValueHandler<TTargetType>, TTargetType) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setVarChar(int, String) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setVarChar(String, String) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setVarCharArray(int, Collection<String>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
setVarCharArray(String, Collection<String>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
ShortValueHandler<T> - Class in de.bytefish.pgbulkinsert.pgsql.handlers
 
ShortValueHandler() - Constructor for class de.bytefish.pgbulkinsert.pgsql.handlers.ShortValueHandler
 
SimpleRow - Class in de.bytefish.pgbulkinsert.row
 
SimpleRow(ValueHandlerProvider, Map<String, Integer>, Function<String, String>) - Constructor for class de.bytefish.pgbulkinsert.row.SimpleRow
 
SimpleRowWriter - Class in de.bytefish.pgbulkinsert.row
 
SimpleRowWriter(SimpleRowWriter.Table, PGConnection) - Constructor for class de.bytefish.pgbulkinsert.row.SimpleRowWriter
 
SimpleRowWriter(SimpleRowWriter.Table, PGConnection, boolean) - Constructor for class de.bytefish.pgbulkinsert.row.SimpleRowWriter
 
SimpleRowWriter.Table - Class in de.bytefish.pgbulkinsert.row
 
SinglePrecision - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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
 
startRow(Consumer<SimpleRow>) - Method in class de.bytefish.pgbulkinsert.row.SimpleRowWriter
 
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
 
Table(String, String...) - Constructor for class de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
 
Table(String, String, String...) - Constructor for class de.bytefish.pgbulkinsert.row.SimpleRowWriter.Table
 
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
 
Text - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Text - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Tid - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Tid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Time - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Time - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Timestamp - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Timestamp - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
TimestampTz - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
TimestampTz - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
TimeStampUtils - Class in de.bytefish.pgbulkinsert.pgsql.utils
 
TimeTz - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
TimeTz - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
TInterval - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
TInterval - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
toBigDecimal(Double) - Static method in class de.bytefish.pgbulkinsert.util.BigDecimalUtils
 
toBigDecimal(Double, 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(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
 
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
 
tryGetPGConnection(Connection) - Static method in class de.bytefish.pgbulkinsert.util.PostgreSqlUtils
 
TsRange - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
TsTzRange - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 

U

Unknown - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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 Class in de.bytefish.pgbulkinsert.exceptions
 
ValueHandlerAlreadyRegisteredException() - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException(String) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException(String, Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException(String, Throwable, boolean, boolean) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerAlreadyRegisteredException(Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerAlreadyRegisteredException
 
ValueHandlerNotRegisteredException - Exception Class in de.bytefish.pgbulkinsert.exceptions
 
ValueHandlerNotRegisteredException() - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException(String) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException(String, Throwable) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException(String, Throwable, boolean, boolean) - Constructor for exception class de.bytefish.pgbulkinsert.exceptions.ValueHandlerNotRegisteredException
 
ValueHandlerNotRegisteredException(Throwable) - Constructor for exception class 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 - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
VarBit - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
VarChar - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
VarCharLength - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 

W

write(IValueHandler<TTargetType>, TTargetType) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
 
write(List<TEntity>) - Method in class de.bytefish.pgbulkinsert.bulkprocessor.handler.BulkWriteHandler
 
write(List<TEntity>) - Method in interface de.bytefish.pgbulkinsert.bulkprocessor.handler.IBulkWriteHandler
 
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
 
writeRow(PgBinaryWriter) - Method in class de.bytefish.pgbulkinsert.row.SimpleRow
 
writeShort(int) - Method in class de.bytefish.pgbulkinsert.pgsql.PgBinaryWriter
Writes primitive short to the output stream

X

Xid - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
Xid - Static variable in class de.bytefish.pgbulkinsert.pgsql.constants.ObjectIdentifier
 
Xml - Enum constant in enum de.bytefish.pgbulkinsert.pgsql.constants.DataType
 
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form