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

void Impala::Samples::MonetTest::DoSample ( Connection *  conn  ) 

Definition at line 481 of file mainMonetTest.cpp.

References ILOG_VAR.

Referenced by mainMonetTest().

00482 {
00483     ILOG_VAR(Impala.Samples.MonetTest.DoSample);
00484 
00485     //conn.Query("select * from emp", true, true);
00486     //conn.Query("select * from video", true, true);
00487     //conn.Query("select * from model", true, true);
00488     //conn->Query("insert into model values (6, 'model nr 6');", true, true);
00489     conn->Query("copy 2 records into i_bulk_frame_image from stdin using delimiters ' ';\n488640559569698818 0 frame0 FFD8FFE000104A46494600010100000100010000 96 72 image/jpg\n488640559569698818 1 frame1 FFD8FFE000104A46494600010100000100010000 96 72 image/jpg\n", true, true);
00490 
00491 }


Generated on Fri Mar 19 11:38:15 2010 for ImpalaSrc by  doxygen 1.5.1