コード例 #1
0
ファイル: TestUtil.java プロジェクト: eclipse/osee
 private static int getTableRowCount(String tableName) throws OseeCoreException {
   return ConnectionHandler.runPreparedQueryFetchInt(0, "SELECT count(1) FROM " + tableName);
 }