Class OracleConnectionHelper

    • Constructor Detail

      • OracleConnectionHelper

        public OracleConnectionHelper​(javax.sql.DataSource dataSrc,
                                      boolean block)
        Parameters:
        dataSrc - the DataSource on which this helper acts
        block - whether to block on connection loss until the db is up again
    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Initializes the helper: checks for valid driver version. Subclasses that override this method should still call it!
        Throws:
        java.lang.Exception - on error