Lines Matching refs:lob

31 function oci_free_descriptor(OCILob $lob): bool {}  argument
37 function ocifreedesc(OCILob $lob): bool {} argument
39 function oci_lob_save(OCILob $lob, string $data, int $offset = 0): bool {} argument
45 function ocisavelob(OCILob $lob, string $data, int $offset = 0): bool {} argument
47 function oci_lob_import(OCILob $lob, string $filename): bool {} argument
53 function ocisavelobfile(OCILob $lob, string $filename): bool {} argument
55 function oci_lob_load(OCILob $lob): string|false {} argument
61 function ociloadlob(OCILob $lob): string|false {} argument
63 function oci_lob_read(OCILob $lob, int $length): string|false {} argument
65 function oci_lob_eof(OCILob $lob): bool {} argument
67 function oci_lob_tell(OCILob $lob): int|false {} argument
69 function oci_lob_rewind(OCILob $lob): bool {} argument
71 function oci_lob_seek(OCILob $lob, int $offset, int $whence = OCI_SEEK_SET): bool {} argument
73 function oci_lob_size(OCILob $lob): int|false {} argument
75 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {} argument
79 function oci_lob_truncate(OCILob $lob, int $length = 0): bool {} argument
81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {} argument
83 function oci_lob_flush(OCILob $lob, int $flag = 0): bool {} argument
85 function ocisetbufferinglob(OCILob $lob, bool $mode): bool {} argument
87 function ocigetbufferinglob(OCILob $lob): bool {} argument
93 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b… argument
99 function ociwritelobtofile(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null)… argument