package examples.dbo; import java.sql.*; import fc.util.*; public class Count extends Test { public void test(Args myargs, Connection con) throws Exception { int count = mollytestMgr.count(con); System.out.println(">>> Row count: " + count); } }