|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : Function<? super Field<?>,? extends Name> in method public createViewIfNotExists(view Name, fieldNameFunction Function<? super Field<?>,? extends Name>) : CreateViewAsStep in class org.jooq.impl.DSL |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends Field<?>> in method public createViewIfNotExists(view Table<?>, fieldNameFunction BiFunction<? super Field<?>,? super Integer,? extends Field<?>>) : CreateViewAsStep<Record> in class org.jooq.DSLContext |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : Function<? super Field<?>,? extends Name> in method public createView(view Name, fieldNameFunction Function<? super Field<?>,? extends Name>) : CreateViewAsStep in class org.jooq.impl.DSL |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends Field<?>> in method public createViewIfNotExists(view Table<?>, fieldNameFunction BiFunction<? super Field<?>,? super Integer,? extends Field<?>>) : CreateViewAsStep<Record> in class org.jooq.impl.DefaultDSLContext |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends String> in method package DerivedColumnListImpl(name String, fieldNameFunction BiFunction<? super Field<?>,? super Integer,? extends String>) in class org.jooq.impl.DerivedColumnListImpl |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : Function<? super Field<?>,? extends Field<?>> in method public createViewIfNotExists(view Table<?>, fieldNameFunction Function<? super Field<?>,? extends Field<?>>) : CreateViewAsStep in class org.jooq.impl.DSL |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : Function<? super Field<?>,? extends Field<?>> in method public createView(view Table<?>, fieldNameFunction Function<? super Field<?>,? extends Field<?>>) : CreateViewAsStep in class org.jooq.impl.DSL |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends Field<?>> in method package CreateViewImpl(configuration Configuration, view Table<?>, fieldNameFunction BiFunction<? super Field<?>,? super Integer,? extends Field<?>>, ifNotExists boolean) in class org.jooq.impl.CreateViewImpl |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends Field<?>> in method public createView(view Table<?>, fieldNameFunction BiFunction<? super Field<?>,? super Integer,? extends Field<?>>) : CreateViewAsStep<Record> in class org.jooq.DSLContext |
From |
To |
|
Change Parameter Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends Field<?>> in method public createView(view Table<?>, fieldNameFunction BiFunction<? super Field<?>,? super Integer,? extends Field<?>>) : CreateViewAsStep<Record> in class org.jooq.impl.DefaultDSLContext |
From |
To |
|
Change Attribute Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends String> in class org.jooq.impl.WithImpl |
From |
To |
|
Change Attribute Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends String> in class org.jooq.impl.DerivedColumnListImpl |
From |
To |
|
Change Attribute Type fieldNameFunction : Function<? super Field<?>,? extends String> to fieldNameFunction : BiFunction<? super Field<?>,? super Integer,? extends Field<?>> in class org.jooq.impl.CreateViewImpl |
From |
To |