InsertQueryBuilder
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- build() : ConvertedParameters}
- Every value already in PostgreSQL's text form. A column's converter is resolved once, on its first non-null value - so a column of an unmapped type holding only nulls passes.
Methods
__construct()
public
__construct(string $table, EntryTypesMap $typesMap) : mixed
Parameters
- $table : string
- $typesMap : EntryTypesMap
build()
Every value already in PostgreSQL's text form. A column's converter is resolved once, on its first non-null value - so a column of an unmapped type holding only nulls passes.
public
build(array<int, array<string, mixed>> $values, Schema $schema, ValueConverters $converters[, InsertOptions|null $options = null ]) : ConvertedParameters}
Parameters
- $values : array<int, array<string, mixed>>
-
pre-sorted dehydrated value maps
- $schema : Schema
- $converters : ValueConverters
- $options : InsertOptions|null = null