classBinaryStream
final class BinaryStream
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.
Reads complete byte streams for PostgreSQL binary literals.
Methods§
public function read(resource $stream): stringReads a binary value without moving the caller's stream position.
Parameters
$stream | resource |
Returns
stringTest cases 1
Called from 1
Test cases 12§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 1
Other tests reaching this symbol 11
PgSqlSessionFactoryTestcallsPgSqlRewriterTestcallsStatementRewriterTestcallsRowSourceRendererTestcallsDeleteTransformerTestcallsInsertTransformerTestcallsMergeTransformerTestcallsPgSqlTransformerTestcallsSelectTransformerTestcallsUpdateTransformerTestcallsPgSqlValueRendererTestcalls