Class JooqRowsSupplierTest

java.lang.Object
lib.aide.tabular.JooqRowsSupplierTest

public class JooqRowsSupplierTest extends Object
  • Constructor Details

    • JooqRowsSupplierTest

      public JooqRowsSupplierTest()
  • Method Details

    • testSimpleQuery

      @Test public void testSimpleQuery() throws Exception
      Throws:
      Exception
    • testQueryWithFilterAndSort

      @Test public void testQueryWithFilterAndSort() throws Exception
      Throws:
      Exception
    • testQueryWithGroupBy

      @Test public void testQueryWithGroupBy() throws Exception
      Throws:
      Exception
    • testQueryWithAggregation

      @Test public void testQueryWithAggregation() throws Exception
      Throws:
      Exception
    • testQueryWithMultipleAggregations

      @Test public void testQueryWithMultipleAggregations() throws Exception
      Throws:
      Exception
    • testQueryWithDateFilter

      @Test public void testQueryWithDateFilter() throws Exception
      Throws:
      Exception
    • testSimpleQueryWithSchema

      @Test public void testSimpleQueryWithSchema() throws Exception
      Throws:
      Exception