Class UserIds.UserIdsPath

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

public static class UserIds.UserIdsPath extends UserIds implements org.jooq.Path<UserIdsRecord>
A subtype implementing Path for simplified path-based joins.
See Also: