Lines Matching refs:lob
50 $lob = $row['DATA'];
52 while (! $lob->eof()) {
53 $data = $lob->read(8192); // read($characters), not read($bytes)
56 $lob->free();
81 $lob = $row['DATA'];
83 while (! $lob->eof()) {
84 $data = $lob->read(8192); // read($characters), not read($bytes)
87 $lob->free();
112 $lob = $row['DATA'];
114 while (! $lob->eof()) {
115 $data = $lob->read(8192); // read($characters), not read($bytes)
118 $lob->free();
143 $lob = $row['DATA'];
145 while (! $lob->eof()) {
146 $data = $lob->read(8192); // read($characters), not read($bytes)
149 $lob->free();