Class QueryHelper


  • public class QueryHelper
    extends Object
    • Constructor Detail

      • QueryHelper

        public QueryHelper()
    • Method Detail

      • getCount

        public static long getCount​(Connection conn,
                                    String query)
                             throws SQLException
        Returns the result of a query that returns a single count
        Parameters:
        conn -
        query -
        Returns:
        Throws:
        SQLException