Class Tables


  • public class Tables
    extends Object
    Convenience access to all tables in PUBLIC.
    • Field Detail

      • AUTHOR

        public static final Author AUTHOR
        The table PUBLIC.AUTHOR.
      • BOOK

        public static final Book BOOK
        The table PUBLIC.BOOK.
      • BOOK_STORE

        public static final BookStore BOOK_STORE
        The table PUBLIC.BOOK_STORE.
      • BOOK_TO_BOOK_STORE

        public static final BookToBookStore BOOK_TO_BOOK_STORE
        The table PUBLIC.BOOK_TO_BOOK_STORE.
    • Constructor Detail

      • Tables

        public Tables()