Class BookstoreSchema.Page

java.lang.Object
org.apache.calcite.test.schemata.bookstore.BookstoreSchema.Page
Enclosing class:
BookstoreSchema

public static class BookstoreSchema.Page extends Object
Page.
  • Field Details

    • pageNo

      public final int pageNo
    • contentType

      public final String contentType
  • Constructor Details

    • Page

      public Page(int pageNo, String contentType)