final class InputFormat
Restricted visibility: declared "@visibility ZtdQuery\Platform\MySql". Code outside that scope must not name this declaration.

Validated delimiters, quoting and line prefix from a LOAD DATA statement.

Properties§

public string $fieldTerminator
public string $enclosure
public string $escape
public string $linePrefix
public string $lineTerminator

Methods§

public function __construct(
    public string $fieldTerminator,
    public string $enclosure,
    public string $escape,
    public string $linePrefix,
    public string $lineTerminator,
)

Construct a record format from validated single-byte quotes and nonempty delimiters.

Parameters

$fieldTerminatorstring
$enclosurestring
$escapestring
$linePrefixstring
$lineTerminatorstring

Test cases 8§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 3
Other tests reaching this symbol 5

Relations§

Static calls 1
Type declarations 2