Class Audit.AuditPath

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

public static class Audit.AuditPath extends Audit implements org.jooq.Path<AuditRecord>
A subtype implementing Path for simplified path-based joins.
See Also: