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

bool Impala::Application::VideoExcel::TableDataSourceSqliteDb::DbHasFile ( std::string  file  )  [inline, private]

Definition at line 228 of file TableDataSourceSqliteDb.h.

References mQueryBuffer, and mSqlDb.

00229     {
00230         mQueryBuffer->format("select count(*) from cache where origfilename=%Q;", file.c_str());
00231         int rows = mSqlDb->execScalar(mQueryBuffer->buffer());
00232         if (rows == 1)
00233             return true;
00234         return false;
00235     }


Generated on Fri Mar 19 10:52:28 2010 for ImpalaSrc by  doxygen 1.5.1