A classe OCI-Lob
(No version information available, might only be in Git)
Introdução
Funcionalidade LOB do OCI8 para binários grande (BLOB) e objetos de caracteres (CLOB).
Sinopse da classe
OCI-Lob
{
OCILob::export
(
string $filename
[,
int $start
[,
int $length
]] ) :
bool
OCILob::seek
(
int $offset
[,
int $whence
= OCI_SEEK_SET
] ) :
bool
Lob::truncate
([ int $length
= 0
] ) : bool
writeTemporary
(
string $data
[,
int $lob_type
= OCI_TEMP_CLOB
] ) :
bool
}
Índice
There are no user contributed notes for this page.