Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.geometric.Circle
-
Packages that use Circle Package Description de.bytefish.pgbulkinsert.mapping de.bytefish.pgbulkinsert.pgsql.handlers de.bytefish.pgbulkinsert.row -
-
Uses of Circle in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type Circle Modifier and Type Method Description protected voidAbstractMapping. mapCircle(String columnName, Function<TEntity,Circle> propertyGetter) -
Uses of Circle in de.bytefish.pgbulkinsert.pgsql.handlers
Methods in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type Circle Modifier and Type Method Description intCircleValueHandler. getLength(Circle value)protected voidCircleValueHandler. internalHandle(DataOutputStream buffer, Circle value) -
Uses of Circle in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type Circle Modifier and Type Method Description voidSimpleRow. setCircle(int ordinal, Circle value)voidSimpleRow. setCircle(String columnName, Circle value)
-