Lines Matching refs:Lob
27 final class Lob class
299 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
307 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
309 function pg_lo_close(PgSql\Lob $lob): bool {}
315 function pg_loclose(PgSql\Lob $lob): bool {}
318 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {}
324 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {}
326 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
332 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
334 function pg_lo_read_all(PgSql\Lob $lob): int {}
340 function pg_loreadall(PgSql\Lob $lob): int {}
375 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
377 function pg_lo_tell(PgSql\Lob $lob): int {}
379 function pg_lo_truncate(PgSql\Lob $lob, int $size): bool {}