Home
last modified time | relevance | path

Searched defs:lob (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pgsql/
H A Dpgsql.stub.php746 function pg_lo_close(PgSql\Lob $lob): bool {}
752 function pg_loclose(PgSql\Lob $lob): bool {}
755 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {}
761 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {}
763 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
769 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
771 function pg_lo_read_all(PgSql\Lob $lob): int {}
777 function pg_loreadall(PgSql\Lob $lob): int {}
812 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
814 function pg_lo_tell(PgSql\Lob $lob): int {}
[all …]
H A Dpgsql.c105 #define CHECK_PGSQL_LOB(lob) \ argument

Completed in 21 milliseconds