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