Flow PHP

PostgreSqlLoader implements Loader

FinalYes

PostgreSQL loader for ETL pipelines.

Supports INSERT, UPDATE, and DELETE operations. UPDATE and DELETE issue one statement per row, so only INSERT can reach the bind-parameter cap and is chunked.

Interfaces

Loader

Methods

__construct()  : mixed
load()  : void
withDeleteOptions()  : self
withInsertOptions()  : self
withOperation()  : self
withTypesMap()  : self
withUpdateOptions()  : self

Methods

load()

public load(Rows $rows, FlowContext $context) : void
Parameters
$rows : Rows
$context : FlowContext
On this page

Search results