Oracle OCI8Table of Contents
The OCI-Collection classIntroductionOCI8 Collection functionality. Class synopsisOCI-Collection
class OCI-Collection
{
/* Methods */
bool append
( mixed
$value
)
bool assign
( OCI-Collection
$from
)
bool assignElem
( int
$index
, mixed $value
)
bool free
( void
)
mixed getElem
( int
$index
)
int max
( void
)
int size
( void
)
bool trim
( int
}$num
)The OCI-Lob classIntroductionOCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects. Class synopsisOCI-Lob
class OCI-Lob
{
/* Methods */
bool append
( OCI-Lob
$lob_from
)
bool close
( void
)
bool eof
( void
)
int erase
([ int
$offset
[, int $length
]] )
bool export
( string
$filename
[, int $start
[, int $length
]] )
bool flush
([ int
$flag
] )
bool free
( void
)
bool getBuffering
( void
)
bool import
( string
$filename
)
string load
( void
)
string read
( int
$length
)
bool rewind
( void
)
bool save
( string
$data
[, int $offset
] )
bool seek
( int
$offset
[, int $whence = OCI_SEEK_SET
] )
bool setBuffering
( bool
$on_off
)
int size
( void
)
int tell
( void
)
bool truncate
([ int
$length = 0
] )
int write
( string
$data
[, int $length
] )
bool writeTemporary
( string
}$data
[, int $lob_type = OCI_TEMP_CLOB
] ) |