Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.geometric.Polygon
-
Packages that use Polygon Package Description de.bytefish.pgbulkinsert.mapping de.bytefish.pgbulkinsert.pgsql.handlers de.bytefish.pgbulkinsert.row -
-
Uses of Polygon in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type Polygon Modifier and Type Method Description protected 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 Polygon Modifier and Type Method Description intPolygonValueHandler. getLength(Polygon value)protected voidPolygonValueHandler. internalHandle(DataOutputStream buffer, Polygon value) -
Uses of Polygon in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type Polygon Modifier and Type Method Description voidSimpleRow. setPolygon(int ordinal, Polygon value)voidSimpleRow. setPolygon(String columnName, Polygon value)
-