Class Bans.BansPath

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

public static class Bans.BansPath extends Bans implements org.jooq.Path<BansRecord>
A subtype implementing Path for simplified path-based joins.
See Also: