Esempio n. 1
0
 private static int getTableRowCount(String tableName) throws OseeCoreException {
   return ConnectionHandler.runPreparedQueryFetchInt(0, "SELECT count(1) FROM " + tableName);
 }