Uses of Class
com.echothree.model.jooq.server.records.survey.Surveys
Packages that use Surveys
Package
Description
-
Uses of Surveys in com.echothree.model.jooq.server.keys.chain
Fields in com.echothree.model.jooq.server.keys.chain with type parameters of type SurveysModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ChainActionSurveys, Surveys> ChainForeignKeys.CHAIN_ACTION_SURVEYS_SURVEY_FK -
Uses of Surveys in com.echothree.model.jooq.server.keys.survey
Fields in com.echothree.model.jooq.server.keys.survey with type parameters of type SurveysModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SurveyDescriptions, Surveys> SurveyForeignKeys.SURVEY_DESCRIPTIONS_SURVEY_FKstatic final org.jooq.ForeignKey<SurveyDetails, Surveys> SurveyForeignKeys.SURVEY_DETAILS_SURVEY_FKstatic final org.jooq.ForeignKey<Surveys, SurveyDetails> SurveyForeignKeys.SURVEYS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Surveys> SurveyUniqueKeys.SURVEYS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Surveys, SurveyDetails> SurveyForeignKeys.SURVEYS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Surveys> SurveyUniqueKeys.SURVEYS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Surveys> SurveyUniqueKeys.SURVEYS_PK -
Uses of Surveys in com.echothree.model.jooq.server.tables.survey
Fields in com.echothree.model.jooq.server.tables.survey with type parameters of type SurveysModifier and TypeFieldDescriptionfinal org.jooq.TableField<Surveys, SurveyDetailPK> Surveys.ACTIVE_DETAILThe columnsurveys.srvy_activedetailid.final org.jooq.TableField<Surveys, SurveyDetailPK> Surveys.LAST_DETAILThe columnsurveys.srvy_lastdetailid.Surveys.SURVEYThe columnsurveys.srvy_surveyid.Methods in com.echothree.model.jooq.server.tables.survey that return types with arguments of type SurveysModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Surveys> Surveys.getPrimaryKey()Surveys.getRecordType()The class holding records for this typeSurveys.getReferences()Surveys.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.survey with type arguments of type SurveysModifierConstructorDescriptionSurveys(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Surveys> childPath, org.jooq.InverseForeignKey<O, Surveys> parentPath) Surveys(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Surveys> childPath, org.jooq.InverseForeignKey<O, Surveys> parentPath) SurveysPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Surveys> childPath, org.jooq.InverseForeignKey<O, Surveys> parentPath) SurveysPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Surveys> childPath, org.jooq.InverseForeignKey<O, Surveys> parentPath)