コード例 #1
0
ファイル: TestBatchInsert.cs プロジェクト: ekicyou/pasta
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			// Thread.sleep(15000);
			// OdbConfiguration.setMessageStreamerClass(HessianMessageStreamer.class);
			NeoDatis.Odb.Test.Performance.TestBatchInsert pt = new NeoDatis.Odb.Test.Performance.TestBatchInsert
				();
			pt.T1est1(true);
		}
コード例 #2
0
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     // Thread.sleep(15000);
     // OdbConfiguration.setMessageStreamerClass(HessianMessageStreamer.class);
     NeoDatis.Odb.Test.Performance.TestBatchInsert pt = new NeoDatis.Odb.Test.Performance.TestBatchInsert
                                                            ();
     pt.T1est1(true);
 }