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