.. java:import:: java.io PrintStream .. java:import:: java.sql Connection .. java:import:: java.sql ResultSet .. java:import:: java.sql SQLException .. java:import:: java.sql Statement Utils ===== .. java:package:: org.caosdb.server.query :noindex: .. java:type:: public class Utils Methods ------- countTable ^^^^^^^^^^ .. java:method:: public static String countTable(Connection c, String table) :outertype: Utils printTable ^^^^^^^^^^ .. java:method:: public static void printTable(Connection c, String name, PrintStream ps) :outertype: Utils For debugging. Prints an SQL table with given name; :param c: :param name: :param ps: :throws SQLException: printVar ^^^^^^^^ .. java:method:: public static void printVar(Connection c, String name, PrintStream ps) :outertype: Utils For debugging. Prints an SQL variable with a given name. :param c: :param name: :throws SQLException: