Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.geometric.LineSegment
Packages that use LineSegment
Package
Description
-
Uses of LineSegment in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type LineSegmentModifier and TypeMethodDescriptionprotected voidAbstractMapping.mapLineSegment(String columnName, Function<TEntity, LineSegment> propertyGetter) -
Uses of LineSegment in de.bytefish.pgbulkinsert.pgsql.handlers
Methods in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type LineSegmentModifier and TypeMethodDescriptionintLineSegmentValueHandler.getLength(LineSegment value) protected voidLineSegmentValueHandler.internalHandle(DataOutputStream buffer, LineSegment value) -
Uses of LineSegment in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type LineSegmentModifier and TypeMethodDescriptionvoidSimpleRow.setLineSegment(int ordinal, LineSegment value) voidSimpleRow.setLineSegment(String columnName, LineSegment value)