Class SqlCallableStatement


  • public class SqlCallableStatement
    extends OBBaseTest
    Test cases for sqlc callable statements.
    Author:
    alostale
    • Constructor Detail

      • SqlCallableStatement

        public SqlCallableStatement()
    • Method Detail

      • transactionalCallableStatemetsShouldBeClosed

        public void transactionalCallableStatemetsShouldBeClosed()
                                                          throws Exception
        Asserts that sqlc transactional callable statements are closed.
        Throws:
        Exception
      • noTransactionalCallableStatemetsShouldBeClosedCallableStatemetsShouldBeClosed

        public void noTransactionalCallableStatemetsShouldBeClosedCallableStatemetsShouldBeClosed()
                                                                                           throws Exception
        Asserts that sqlc non transactional callable statements are closed.
        Throws:
        Exception