Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.geometric.LineSegment
-
Packages that use LineSegment Package Description de.bytefish.pgbulkinsert.mapping de.bytefish.pgbulkinsert.pgsql.handlers de.bytefish.pgbulkinsert.row -
-
Uses of LineSegment in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type LineSegment Modifier and Type Method Description protected 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 LineSegment Modifier and Type Method Description intLineSegmentValueHandler. 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 LineSegment Modifier and Type Method Description voidSimpleRow. setLineSegment(int ordinal, LineSegment value)voidSimpleRow. setLineSegment(String columnName, LineSegment value)
-