Uses of Enum
de.bytefish.pgbulkinsert.pgsql.constants.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in de.bytefish.pgbulkinsert.mapping
Methods in de.bytefish.pgbulkinsert.mapping with parameters of type DataTypeModifier and TypeMethodDescriptionprotected <TProperty>
voidAbstractMapping.map(String columnName, DataType dataType, Function<TEntity, TProperty> propertyGetter) protected <TElementType,TCollectionType extends Collection<TElementType>>
voidAbstractMapping.mapCollection(String columnName, DataType dataType, Function<TEntity, TCollectionType> propertyGetter) protected <TElementType>
voidAbstractMapping.mapRange(String columnName, DataType dataType, Function<TEntity, Range<TElementType>> propertyGetter) -
Uses of DataType in de.bytefish.pgbulkinsert.pgsql.constants
Methods in de.bytefish.pgbulkinsert.pgsql.constants that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeReturns the enum constant of this type with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bytefish.pgbulkinsert.pgsql.constants with parameters of type DataType -
Uses of DataType in de.bytefish.pgbulkinsert.pgsql.handlers
Methods in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type DataTypeModifier and TypeMethodDescription<TTargetType>
ValueHandlerProviderValueHandlerProvider.add(DataType targetType, IValueHandler<TTargetType> valueHandler) <TTargetType>
IValueHandler<TTargetType> <TTargetType>
IValueHandler<TTargetType> -
Uses of DataType in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type DataTypeModifier and TypeMethodDescription<TElementType,TCollectionType extends Collection<TElementType>>
voidSimpleRow.setCollection(int ordinal, DataType type, TCollectionType value) <TElementType,TCollectionType extends Collection<TElementType>>
voidSimpleRow.setCollection(String columnName, DataType type, TCollectionType value) <TElementType>
void<TElementType>
void<TTargetType>
void<TTargetType>
void