public class JinqJooqContext
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
<T extends org.jooq.Record> |
from(org.jooq.impl.TableImpl<T> from) |
<T extends org.jooq.Record,U extends org.jooq.Record> |
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> |
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> |
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> |
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) |
public static JinqJooqContext using(org.jooq.DSLContext context, org.jooq.Schema schema)
public <T extends org.jooq.Record> JinqJooqQuery<T> from(org.jooq.impl.TableImpl<T> 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)
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)
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)
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)
Copyright © 2014. All Rights Reserved.