Class QueryExecutor


  • public class QueryExecutor
    extends java.lang.Object
    • Constructor Detail

      • QueryExecutor

        public QueryExecutor()
    • Method Detail

      • executeQuery

        public <X> X executeQuery​(java.lang.String preparedStatementId,
                                  QueryExecutor.QueryFunction<java.sql.PreparedStatement,​X> fun)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception