@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public class User extends org.jooq.impl.TableImpl<UserRecord>
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<UserRecord,String> |
HASH
The column
PUBLIC.USER.HASH. |
org.jooq.TableField<UserRecord,Long> |
ID
The column
PUBLIC.USER.ID. |
org.jooq.TableField<UserRecord,String> |
NAME
The column
PUBLIC.USER.NAME. |
org.jooq.TableField<UserRecord,String> |
ROLES
The column
PUBLIC.USER.ROLES. |
static User |
USER
The singleton instance of
PUBLIC.USER |
| Constructor and Description |
|---|
User()
Create a
PUBLIC.USER table reference |
User(String alias)
Create an aliased
PUBLIC.USER table reference |
| Modifier and Type | Method and Description |
|---|---|
User |
as(String alias) |
org.jooq.Table<R> |
asTable() |
org.jooq.Table<R> |
asTable(String arg0) |
org.jooq.Table<R> |
asTable(String arg0,
String... arg1) |
protected org.jooq.DSLContext |
create() |
protected org.jooq.DSLContext |
create(org.jooq.BindContext arg0) |
protected org.jooq.DSLContext |
create(org.jooq.Configuration arg0) |
protected org.jooq.DSLContext |
create(org.jooq.RenderContext arg0) |
protected static <R extends org.jooq.Record,T> |
createField(String arg0,
org.jooq.DataType<T> arg1,
org.jooq.Table<R> arg2) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
crossJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
crossJoin(org.jooq.TableLike<?> arg0) |
org.jooq.DivideByOnStep |
divideBy(org.jooq.Table<?> arg0) |
<T> org.jooq.Field<T> |
field(org.jooq.Field<T> arg0) |
org.jooq.Field<?> |
field(int arg0) |
org.jooq.Field<?> |
field(String arg0) |
org.jooq.Field<?>[] |
fields() |
org.jooq.Row |
fieldsRow() |
org.jooq.TableOnStep |
fullOuterJoin(String arg0) |
org.jooq.TableOnStep |
fullOuterJoin(String arg0,
Object... arg1) |
org.jooq.TableOnStep |
fullOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep |
fullOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Identity<UserRecord,Long> |
getIdentity() |
List<org.jooq.UniqueKey<UserRecord>> |
getKeys() |
String |
getName() |
org.jooq.UniqueKey<UserRecord> |
getPrimaryKey() |
Class<UserRecord> |
getRecordType()
The class holding records for this type
|
<O extends org.jooq.Record> |
getReferencesFrom(org.jooq.Table<O> arg0) |
<O extends org.jooq.Record> |
getReferencesTo(org.jooq.Table<O> arg0) |
org.jooq.Schema |
getSchema() |
org.jooq.TableOnStep |
join(String arg0) |
org.jooq.TableOnStep |
join(String arg0,
Object... arg1) |
org.jooq.TableOnStep |
join(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TableOnStep |
join(org.jooq.TableLike<?> arg0) |
org.jooq.TableOptionalOnStep |
join(org.jooq.TableLike<?> arg0,
org.jooq.JoinType arg1) |
org.jooq.TablePartitionByStep |
leftOuterJoin(String arg0) |
org.jooq.TablePartitionByStep |
leftOuterJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep |
leftOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep |
leftOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalLeftOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0,
Object... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.Table<org.jooq.Record> |
naturalRightOuterJoin(org.jooq.TableLike<?> arg0) |
org.jooq.RecordType<R> |
recordType() |
org.jooq.TablePartitionByStep |
rightOuterJoin(String arg0) |
org.jooq.TablePartitionByStep |
rightOuterJoin(String arg0,
Object... arg1) |
org.jooq.TablePartitionByStep |
rightOuterJoin(String arg0,
org.jooq.QueryPart... arg1) |
org.jooq.TablePartitionByStep |
rightOuterJoin(org.jooq.TableLike<?> arg0) |
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
public static final User USER
PUBLIC.USERpublic final org.jooq.TableField<UserRecord,Long> ID
PUBLIC.USER.ID.public final org.jooq.TableField<UserRecord,String> NAME
PUBLIC.USER.NAME.public final org.jooq.TableField<UserRecord,String> HASH
PUBLIC.USER.HASH.public final org.jooq.TableField<UserRecord,String> ROLES
PUBLIC.USER.ROLES.public User()
PUBLIC.USER table referencepublic User(String alias)
PUBLIC.USER table referencepublic Class<UserRecord> getRecordType()
getRecordType in interface org.jooq.Table<UserRecord>getRecordType in class org.jooq.impl.TableImpl<UserRecord>public org.jooq.Identity<UserRecord,Long> getIdentity()
getIdentity in interface org.jooq.Table<UserRecord>getIdentity in class org.jooq.impl.TableImpl<UserRecord>public org.jooq.UniqueKey<UserRecord> getPrimaryKey()
getPrimaryKey in interface org.jooq.Table<UserRecord>getPrimaryKey in class org.jooq.impl.TableImpl<UserRecord>public List<org.jooq.UniqueKey<UserRecord>> getKeys()
getKeys in interface org.jooq.Table<UserRecord>getKeys in class org.jooq.impl.TableImpl<UserRecord>public User as(String alias)
as in interface org.jooq.Table<UserRecord>as in class org.jooq.impl.TableImpl<UserRecord>public final org.jooq.RecordType<R> recordType()
recordType in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Row fieldsRow()
fieldsRow in interface org.jooq.TableLike<R extends org.jooq.Record>public final <T> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?> field(String arg0)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?> field(int arg0)
field in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Field<?>[] fields()
fields in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable()
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable(String arg0)
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Table<R> asTable(String arg0, String... arg1)
asTable in interface org.jooq.TableLike<R extends org.jooq.Record>public final org.jooq.Schema getSchema()
getSchema in interface org.jooq.Table<R extends org.jooq.Record>public final String getName()
getName in interface org.jooq.Table<R extends org.jooq.Record>public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<O,R>> getReferencesFrom(org.jooq.Table<O> arg0)
getReferencesFrom in interface org.jooq.Table<R extends org.jooq.Record>public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<R,O>> getReferencesTo(org.jooq.Table<O> arg0)
getReferencesTo in interface org.jooq.Table<R extends org.jooq.Record>protected static final <R extends org.jooq.Record,T> org.jooq.TableField<R,T> createField(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)
public final org.jooq.DivideByOnStep divideBy(org.jooq.Table<?> arg0)
divideBy in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOptionalOnStep join(org.jooq.TableLike<?> arg0,
org.jooq.JoinType arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(org.jooq.TableLike<?> arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(String arg0)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(String arg0, Object... arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep join(String arg0, org.jooq.QueryPart... arg1)
join in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(org.jooq.TableLike<?> arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(String arg0)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(String arg0, Object... arg1)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep leftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(org.jooq.TableLike<?> arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(String arg0)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(String arg0, Object... arg1)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TablePartitionByStep rightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(org.jooq.TableLike<?> arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(String arg0)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(String arg0, Object... arg1)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.TableOnStep fullOuterJoin(String arg0, org.jooq.QueryPart... arg1)
fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(org.jooq.TableLike<?> arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, Object... arg1)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> crossJoin(String arg0, org.jooq.QueryPart... arg1)
crossJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(org.jooq.TableLike<?> arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, Object... arg1)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalJoin(String arg0, org.jooq.QueryPart... arg1)
naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(org.jooq.TableLike<?> arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, Object... arg1)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin(String arg0, org.jooq.QueryPart... arg1)
naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(org.jooq.TableLike<?> arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, Object... arg1)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin(String arg0, org.jooq.QueryPart... arg1)
naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>protected final org.jooq.DSLContext create()
protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
protected final org.jooq.DSLContext create(org.jooq.RenderContext arg0)
protected final org.jooq.DSLContext create(org.jooq.BindContext arg0)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2014. All Rights Reserved.