Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.geometric.Polygon
Packages that use Polygon
Package
Description
-
Uses of Polygon in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type PolygonModifier and TypeMethodDescriptionprotected voidAbstractMapping.mapPolygon(String columnName, Function<TEntity, Polygon> propertyGetter) -
Uses of Polygon in de.bytefish.pgbulkinsert.pgsql.handlers
Methods in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type PolygonModifier and TypeMethodDescriptionintprotected voidPolygonValueHandler.internalHandle(DataOutputStream buffer, Polygon value) -
Uses of Polygon in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type PolygonModifier and TypeMethodDescriptionvoidSimpleRow.setPolygon(int ordinal, Polygon value) voidSimpleRow.setPolygon(String columnName, Polygon value)