Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual int TableDataSourceTest::GetIntDataByID ( String  column,
int  row 
) [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataSource.

Definition at line 33 of file testTableDataSource.h.

00034     {
00035         if (column == "id")
00036             return row;
00037         return 0;
00038     }


Generated on Thu Jan 13 09:13:09 2011 for ImpalaSrc by  doxygen 1.5.1