使用JDBC连接数据库 ,然后,得到某数据库中所有的表的记录总数:SELECT SUM(table_rows) FROM information_schema.tables WHERE table_schema='test';