Lines Matching refs:lob
48 $lob = $row['DATA'];
50 while (! $lob->eof()) {
51 $data = $lob->read(8192); // read($characters), not read($bytes)
54 $lob->free();
79 $lob = $row['DATA'];
81 while (! $lob->eof()) {
82 $data = $lob->read(8192); // read($characters), not read($bytes)
85 $lob->free();
110 $lob = $row['DATA'];
112 while (! $lob->eof()) {
113 $data = $lob->read(8192); // read($characters), not read($bytes)
116 $lob->free();
141 $lob = $row['DATA'];
143 while (! $lob->eof()) {
144 $data = $lob->read(8192); // read($characters), not read($bytes)
147 $lob->free();