Lines Matching refs:TableBlobs
92 TableBlobs = NULL; in MyResultSetView()
171 if (TableBlobs) in ~MyResultSetView()
172 delete TableBlobs; in ~MyResultSetView()
507 if (TableBlobs) in ExecuteSqlPre()
508 delete TableBlobs; in ExecuteSqlPre()
511 TableBlobs = NULL; in ExecuteSqlPre()
601 if (TableBlobs) in ExecuteSqlPost()
602 delete TableBlobs; in ExecuteSqlPost()
605 TableBlobs = NULL; in ExecuteSqlPost()
818 TableBlobs->SetBlob(i_row, i_col, value); in ExecuteSqlPost()
912 TableBlobs = new MyBlobs(rows, cols); in CreateGrid()
1115 blobVar = TableBlobs->GetBlob(CurrentEvtRow, CurrentEvtColumn); in OnRightClick()