Uses of Class
org.strassburger.subscriptionmanager.jooq.tables.records.FlywaySchemaHistoryRecord
Packages that use FlywaySchemaHistoryRecord
Package
Description
-
Uses of FlywaySchemaHistoryRecord in org.strassburger.subscriptionmanager.jooq
Fields in org.strassburger.subscriptionmanager.jooq with type parameters of type FlywaySchemaHistoryRecord -
Uses of FlywaySchemaHistoryRecord in org.strassburger.subscriptionmanager.jooq.tables
Fields in org.strassburger.subscriptionmanager.jooq.tables with type parameters of type FlywaySchemaHistoryRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<FlywaySchemaHistoryRecord, Integer> FlywaySchemaHistory.CHECKSUMThe columnflyway_schema_history.checksum.final org.jooq.TableField<FlywaySchemaHistoryRecord, String> FlywaySchemaHistory.DESCRIPTIONThe columnflyway_schema_history.description.final org.jooq.TableField<FlywaySchemaHistoryRecord, Integer> FlywaySchemaHistory.EXECUTION_TIMEThe columnflyway_schema_history.execution_time.final org.jooq.TableField<FlywaySchemaHistoryRecord, String> FlywaySchemaHistory.INSTALLED_BYThe columnflyway_schema_history.installed_by.final org.jooq.TableField<FlywaySchemaHistoryRecord, String> FlywaySchemaHistory.INSTALLED_ONThe columnflyway_schema_history.installed_on.final org.jooq.TableField<FlywaySchemaHistoryRecord, Integer> FlywaySchemaHistory.INSTALLED_RANKThe columnflyway_schema_history.installed_rank.final org.jooq.TableField<FlywaySchemaHistoryRecord, String> FlywaySchemaHistory.SCRIPTThe columnflyway_schema_history.script.final org.jooq.TableField<FlywaySchemaHistoryRecord, Boolean> FlywaySchemaHistory.SUCCESSThe columnflyway_schema_history.success.final org.jooq.TableField<FlywaySchemaHistoryRecord, String> FlywaySchemaHistory.TYPEThe columnflyway_schema_history.type.final org.jooq.TableField<FlywaySchemaHistoryRecord, String> FlywaySchemaHistory.VERSIONThe columnflyway_schema_history.version.Methods in org.strassburger.subscriptionmanager.jooq.tables that return types with arguments of type FlywaySchemaHistoryRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FlywaySchemaHistoryRecord> FlywaySchemaHistory.getPrimaryKey()FlywaySchemaHistory.getRecordType()The class holding records for this typeConstructor parameters in org.strassburger.subscriptionmanager.jooq.tables with type arguments of type FlywaySchemaHistoryRecordModifierConstructorDescriptionFlywaySchemaHistory(org.jooq.Table<O> child, org.jooq.ForeignKey<O, FlywaySchemaHistoryRecord> key) -
Uses of FlywaySchemaHistoryRecord in org.strassburger.subscriptionmanager.jooq.tables.records
Methods in org.strassburger.subscriptionmanager.jooq.tables.records that return FlywaySchemaHistoryRecord