Element index for package creole.util
[ b ]
[ c ]
[ d ]
[ g ]
[ i ]
[ l ]
[ o ]
[ r ]
[ s ]
[ w ]
[ _ ]
_
- __construct
- in file Lob.php, method Lob::__construct()
Construct a new Lob.
- __toString
- in file Lob.php, method Lob::__toString()
Convenience method to get contents of LOB as string.
top
b
- Blob
- in file Blob.php, class Blob
A class for handling binary LOBs.
- Blob.php
- procedural page Blob.php
top
c
- Clob
- in file Clob.php, class Clob
A class for handling character (ASCII) LOBs.
- Clob.php
- procedural page Clob.php
top
d
- $data
- in file Lob.php, variable Lob::$data
The contents of the Lob.
- dump
- in file Lob.php, method Lob::dump()
Dump the contents of the file to stdout.
- dump
- in file Clob.php, method Clob::dump()
Dump the contents of the file using fpassthru().
- dump
- in file Blob.php, method Blob::dump()
Dump the contents of the file using fpassthru().
top
g
- getContents
- in file Lob.php, method Lob::getContents()
Get the contents of the LOB.
- getInputFile
- in file Lob.php, method Lob::getInputFile()
Get the file that we want this LOB read from.
- getOutputFile
- in file Lob.php, method Lob::getOutputFile()
Get the file that we want this LOB saved to.
top
i
- $inFile
- in file Lob.php, variable Lob::$inFile
File that blob should be read in from
- isFromFile
- in file Lob.php, method Lob::isFromFile()
Returns whether this Lob is loaded from file.
- isModified
- in file Lob.php, method Lob::isModified()
Whether LOB contents have been modified after initial setting.
top
l
- Lob.php
- procedural page Lob.php
- Lob
- in file Lob.php, class Lob
An abstract class for handling LOB (Locator Object) columns.
top
o
- $outFile
- in file Lob.php, variable Lob::$outFile
File that blob should be written out to.
top
top
s
- setContents
- in file Lob.php, method Lob::setContents()
Set the contents of this LOB.
- setInputFile
- in file Lob.php, method Lob::setInputFile()
Specify the file that we want this LOB read from.
- setModified
- in file Lob.php, method Lob::setModified()
Set whether LOB contents have been modified after initial setting.
- setOutputFile
- in file Lob.php, method Lob::setOutputFile()
Specify the file that we want this LOB saved to.
top
top
|
|