Class LoginHistory.LoginHistoryPath

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

public static class LoginHistory.LoginHistoryPath extends LoginHistory implements org.jooq.Path<LoginHistoryRecord>
A subtype implementing Path for simplified path-based joins.
See Also: