Lines Matching refs:lob

428 function oci_free_descriptor(OCILob $lob): bool {}  argument
434 function ocifreedesc(OCILob $lob): bool {} argument
436 function oci_lob_save(OCILob $lob, string $data, int $offset = 0): bool {} argument
442 function ocisavelob(OCILob $lob, string $data, int $offset = 0): bool {} argument
444 function oci_lob_import(OCILob $lob, string $filename): bool {} argument
450 function ocisavelobfile(OCILob $lob, string $filename): bool {} argument
452 function oci_lob_load(OCILob $lob): string|false {} argument
458 function ociloadlob(OCILob $lob): string|false {} argument
460 function oci_lob_read(OCILob $lob, int $length): string|false {} argument
462 function oci_lob_eof(OCILob $lob): bool {} argument
464 function oci_lob_tell(OCILob $lob): int|false {} argument
466 function oci_lob_rewind(OCILob $lob): bool {} argument
468 function oci_lob_seek(OCILob $lob, int $offset, int $whence = OCI_SEEK_SET): bool {} argument
470 function oci_lob_size(OCILob $lob): int|false {} argument
472 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {} argument
476 function oci_lob_truncate(OCILob $lob, int $length = 0): bool {} argument
478 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {} argument
480 function oci_lob_flush(OCILob $lob, int $flag = 0): bool {} argument
482 function ocisetbufferinglob(OCILob $lob, bool $mode): bool {} argument
484 function ocigetbufferinglob(OCILob $lob): bool {} argument
490 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b… argument
496 function ociwritelobtofile(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null)… argument