Package org.jinq.jooq

Class JinqJooqContext


  • public class JinqJooqContext
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends org.jooq.Record>
      JinqJooqQuery<T>
      from​(org.jooq.impl.TableImpl<T> from)  
      <T extends org.jooq.Record,​U extends org.jooq.Record>
      JinqJooqQuery2<T,​U>
      from​(org.jooq.impl.TableImpl<T> from1, org.jooq.impl.TableImpl<U> from2)  
      <T extends org.jooq.Record,​U extends org.jooq.Record,​V extends org.jooq.Record>
      JinqJooqQuery3<T,​U,​V>
      from​(org.jooq.impl.TableImpl<T> from1, org.jooq.impl.TableImpl<U> from2, org.jooq.impl.TableImpl<V> from3)  
      <T extends org.jooq.Record,​U extends org.jooq.Record,​V extends org.jooq.Record,​W extends org.jooq.Record>
      JinqJooqQuery4<T,​U,​V,​W>
      from​(org.jooq.impl.TableImpl<T> from1, org.jooq.impl.TableImpl<U> from2, org.jooq.impl.TableImpl<V> from3, org.jooq.impl.TableImpl<W> from4)  
      <T extends org.jooq.Record,​U extends org.jooq.Record,​V extends org.jooq.Record,​W extends org.jooq.Record,​X extends org.jooq.Record>
      JinqJooqQuery5<T,​U,​V,​W,​X>
      from​(org.jooq.impl.TableImpl<T> from1, org.jooq.impl.TableImpl<U> from2, org.jooq.impl.TableImpl<V> from3, org.jooq.impl.TableImpl<W> from4, org.jooq.impl.TableImpl<X> from5)  
      static JinqJooqContext using​(org.jooq.DSLContext context, org.jooq.Schema schema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • using

        public static JinqJooqContext using​(org.jooq.DSLContext context,
                                            org.jooq.Schema schema)
      • from

        public <T extends org.jooq.Record> JinqJooqQuery<T> from​(org.jooq.impl.TableImpl<T> from)
      • from

        public <T extends org.jooq.Record,​U extends org.jooq.Record> JinqJooqQuery2<T,​U> from​(org.jooq.impl.TableImpl<T> from1,
                                                                                                          org.jooq.impl.TableImpl<U> from2)
      • from

        public <T extends org.jooq.Record,​U extends org.jooq.Record,​V extends org.jooq.Record> JinqJooqQuery3<T,​U,​V> from​(org.jooq.impl.TableImpl<T> from1,
                                                                                                                                                  org.jooq.impl.TableImpl<U> from2,
                                                                                                                                                  org.jooq.impl.TableImpl<V> from3)
      • from

        public <T extends org.jooq.Record,​U extends org.jooq.Record,​V extends org.jooq.Record,​W extends org.jooq.Record> JinqJooqQuery4<T,​U,​V,​W> from​(org.jooq.impl.TableImpl<T> from1,
                                                                                                                                                                                          org.jooq.impl.TableImpl<U> from2,
                                                                                                                                                                                          org.jooq.impl.TableImpl<V> from3,
                                                                                                                                                                                          org.jooq.impl.TableImpl<W> from4)
      • from

        public <T extends org.jooq.Record,​U extends org.jooq.Record,​V extends org.jooq.Record,​W extends org.jooq.Record,​X extends org.jooq.Record> JinqJooqQuery5<T,​U,​V,​W,​X> from​(org.jooq.impl.TableImpl<T> from1,
                                                                                                                                                                                                                                  org.jooq.impl.TableImpl<U> from2,
                                                                                                                                                                                                                                  org.jooq.impl.TableImpl<V> from3,
                                                                                                                                                                                                                                  org.jooq.impl.TableImpl<W> from4,
                                                                                                                                                                                                                                  org.jooq.impl.TableImpl<X> from5)