예제 #1
0
파일: TestUtil.java 프로젝트: eclipse/osee
 private static int getTableRowCount(String tableName) throws OseeCoreException {
   return ConnectionHandler.runPreparedQueryFetchInt(0, "SELECT count(1) FROM " + tableName);
 }