Class Users.UsersPath

java.lang.Object
org.jooq.impl.TableImpl<UsersRecord>
com.io7m.idstore.database.postgres.internal.tables.Users
com.io7m.idstore.database.postgres.internal.tables.Users.UsersPath
All Implemented Interfaces:
Serializable, org.jooq.Fields, org.jooq.GroupField, org.jooq.impl.QOM.Aliasable<org.jooq.Table<UsersRecord>>, org.jooq.Named, org.jooq.Path<UsersRecord>, org.jooq.Qualified, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.RecordQualifier<UsersRecord>, org.jooq.SelectField<UsersRecord>, org.jooq.SelectFieldOrAsterisk, org.jooq.Table<UsersRecord>, org.jooq.TableLike<UsersRecord>, org.jooq.Typed<UsersRecord>
Enclosing class:
Users

public static class Users.UsersPath extends Users implements org.jooq.Path<UsersRecord>
A subtype implementing Path for simplified path-based joins.
See Also: