Lines Matching refs:OCILob

428 function oci_free_descriptor(OCILob $lob): bool {}
434 function ocifreedesc(OCILob $lob): bool {}
436 function oci_lob_save(OCILob $lob, string $data, int $offset = 0): bool {}
442 function ocisavelob(OCILob $lob, string $data, int $offset = 0): bool {}
444 function oci_lob_import(OCILob $lob, string $filename): bool {}
450 function ocisavelobfile(OCILob $lob, string $filename): bool {}
452 function oci_lob_load(OCILob $lob): string|false {}
458 function ociloadlob(OCILob $lob): string|false {}
460 function oci_lob_read(OCILob $lob, int $length): string|false {}
462 function oci_lob_eof(OCILob $lob): bool {}
464 function oci_lob_tell(OCILob $lob): int|false {}
466 function oci_lob_rewind(OCILob $lob): bool {}
468 function oci_lob_seek(OCILob $lob, int $offset, int $whence = OCI_SEEK_SET): bool {}
470 function oci_lob_size(OCILob $lob): int|false {}
472 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {}
474 function oci_lob_append(OCILob $to, OCILob $from): bool {}
476 function oci_lob_truncate(OCILob $lob, int $length = 0): bool {}
478 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {}
480 function oci_lob_flush(OCILob $lob, int $flag = 0): bool {}
482 function ocisetbufferinglob(OCILob $lob, bool $mode): bool {}
484 function ocigetbufferinglob(OCILob $lob): bool {}
486 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {}
488 function oci_lob_is_equal(OCILob $lob1, OCILob $lob2): bool {}
490 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b…
496 function ociwritelobtofile(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null)…
499 function oci_new_descriptor($connection, int $type = OCI_DTYPE_LOB): ?OCILob {}
506 function ocinewdescriptor($connection, int $type = OCI_DTYPE_LOB): ?OCILob {}
955 class OCILob {
1026 public function append(OCILob $from): bool {}