Uses of Interface
org.jooq.CreateViewAsStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of CreateViewAsStep in org.jooq
Modifier and TypeMethodDescription@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedView
(String view, String... fields) TheCREATE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedView
(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedView
(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedView
(Name view, Name... fields) TheCREATE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedView
(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedViewIfNotExists
(String view, String... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedViewIfNotExists
(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedViewIfNotExists
(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedViewIfNotExists
(Name view, Name... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedViewIfNotExists
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createMaterializedViewIfNotExists
(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceMaterializedView
(String view, String... fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceMaterializedView
(String view, Collection<? extends String> fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceMaterializedView
(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceMaterializedView
(Name view, Name... fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceMaterializedView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceMaterializedView
(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(String view, String... fields) TheCREATE OR REPLACE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(String view, Collection<? extends String> fields) TheCREATE OR REPLACE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Name view, Name... fields) TheCREATE OR REPLACE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createOrReplaceView
(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(String view, String... fields) TheCREATE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(String view, Collection<? extends String> fields) TheCREATE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Name view, Collection<? extends Name> fields) TheCREATE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Name view, Name... fields) TheCREATE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createView
(Table<?> view, Field<?>... fields) TheCREATE VIEW
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(String view, String... fields) TheCREATE VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(String view, Collection<? extends String> fields) TheCREATE VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Name view, Collection<? extends Name> fields) TheCREATE VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Name view, Name... fields) TheCREATE VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEW IF NOT EXISTS
statement.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull CreateViewAsStep<Record>
DSLContext.createViewIfNotExists
(Table<?> view, Field<?>... fields) TheCREATE VIEW IF NOT EXISTS
statement. -
Uses of CreateViewAsStep in org.jooq.impl
Modifier and TypeMethodDescriptionDefaultDSLContext.createMaterializedView
(String view, String... fields) DefaultDSLContext.createMaterializedView
(String view, Collection<? extends String> fields) DefaultDSLContext.createMaterializedView
(Name view, Collection<? extends Name> fields) DefaultDSLContext.createMaterializedView
(Name view, Name... fields) DefaultDSLContext.createMaterializedView
(Table<?> view, Collection<? extends Field<?>> fields) DefaultDSLContext.createMaterializedView
(Table<?> view, Field<?>... fields) static CreateViewAsStep<Record>
DSL.createMaterializedView
(String view, String... fields) TheCREATE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createMaterializedView
(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createMaterializedView
(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createMaterializedView
(Name view, Name... fields) TheCREATE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createMaterializedView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createMaterializedView
(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEW
statement.DefaultDSLContext.createMaterializedViewIfNotExists
(String view, String... fields) DefaultDSLContext.createMaterializedViewIfNotExists
(String view, Collection<? extends String> fields) DefaultDSLContext.createMaterializedViewIfNotExists
(Name view, Collection<? extends Name> fields) DefaultDSLContext.createMaterializedViewIfNotExists
(Name view, Name... fields) DefaultDSLContext.createMaterializedViewIfNotExists
(Table<?> view, Collection<? extends Field<?>> fields) DefaultDSLContext.createMaterializedViewIfNotExists
(Table<?> view, Field<?>... fields) static CreateViewAsStep<Record>
DSL.createMaterializedViewIfNotExists
(String view, String... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.static CreateViewAsStep<Record>
DSL.createMaterializedViewIfNotExists
(String view, Collection<? extends String> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.static CreateViewAsStep<Record>
DSL.createMaterializedViewIfNotExists
(Name view, Collection<? extends Name> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.static CreateViewAsStep<Record>
DSL.createMaterializedViewIfNotExists
(Name view, Name... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.static CreateViewAsStep<Record>
DSL.createMaterializedViewIfNotExists
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.static CreateViewAsStep<Record>
DSL.createMaterializedViewIfNotExists
(Table<?> view, Field<?>... fields) TheCREATE MATERIALIZED VIEW IF NOT EXISTS
statement.DefaultDSLContext.createOrReplaceMaterializedView
(String view, String... fields) DefaultDSLContext.createOrReplaceMaterializedView
(String view, Collection<? extends String> fields) DefaultDSLContext.createOrReplaceMaterializedView
(Name view, Collection<? extends Name> fields) DefaultDSLContext.createOrReplaceMaterializedView
(Name view, Name... fields) DefaultDSLContext.createOrReplaceMaterializedView
(Table<?> view, Collection<? extends Field<?>> fields) DefaultDSLContext.createOrReplaceMaterializedView
(Table<?> view, Field<?>... fields) static CreateViewAsStep<Record>
DSL.createOrReplaceMaterializedView
(String view, String... fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createOrReplaceMaterializedView
(String view, Collection<? extends String> fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createOrReplaceMaterializedView
(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createOrReplaceMaterializedView
(Name view, Name... fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createOrReplaceMaterializedView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.static CreateViewAsStep<Record>
DSL.createOrReplaceMaterializedView
(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE MATERIALIZED VIEW
statement.DefaultDSLContext.createOrReplaceView
(String view, String... fields) DefaultDSLContext.createOrReplaceView
(String view, Collection<? extends String> fields) DefaultDSLContext.createOrReplaceView
(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) DefaultDSLContext.createOrReplaceView
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) DefaultDSLContext.createOrReplaceView
(Name view, Collection<? extends Name> fields) DefaultDSLContext.createOrReplaceView
(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) DefaultDSLContext.createOrReplaceView
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) DefaultDSLContext.createOrReplaceView
(Name view, Name... fields) DefaultDSLContext.createOrReplaceView
(Table<?> view, Collection<? extends Field<?>> fields) DefaultDSLContext.createOrReplaceView
(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) DefaultDSLContext.createOrReplaceView
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) DefaultDSLContext.createOrReplaceView
(Table<?> view, Field<?>... fields) static CreateViewAsStep<Record>
DSL.createOrReplaceView
(String view, String... fields) TheCREATE OR REPLACE VIEW
statement.static CreateViewAsStep<Record>
DSL.createOrReplaceView
(String view, Collection<? extends String> fields) TheCREATE OR REPLACE VIEW
statement.static @NotNull CreateViewAsStep<Record>
DSL.createOrReplaceView
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createOrReplaceView
(Name view, Collection<? extends Name> fields) TheCREATE OR REPLACE VIEW
statement.static @NotNull CreateViewAsStep<Record>
DSL.createOrReplaceView
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createOrReplaceView
(Name view, Name... fields) TheCREATE OR REPLACE VIEW
statement.static CreateViewAsStep<Record>
DSL.createOrReplaceView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE OR REPLACE VIEW
statement.static @NotNull CreateViewAsStep<Record>
DSL.createOrReplaceView
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createOrReplaceView
(Table<?> view, Field<?>... fields) TheCREATE OR REPLACE VIEW
statement.DefaultDSLContext.createView
(String view, String... fields) DefaultDSLContext.createView
(String view, Collection<? extends String> fields) DefaultDSLContext.createView
(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) DefaultDSLContext.createView
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) DefaultDSLContext.createView
(Name view, Collection<? extends Name> fields) DefaultDSLContext.createView
(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) DefaultDSLContext.createView
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) DefaultDSLContext.createView
(Name view, Name... fields) DefaultDSLContext.createView
(Table<?> view, Collection<? extends Field<?>> fields) DefaultDSLContext.createView
(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) DefaultDSLContext.createView
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) DefaultDSLContext.createView
(Table<?> view, Field<?>... fields) static CreateViewAsStep<Record>
DSL.createView
(String view, String... fields) TheCREATE VIEW
statement.static CreateViewAsStep<Record>
DSL.createView
(String view, Collection<? extends String> fields) TheCREATE VIEW
statement.static @NotNull CreateViewAsStep<Record>
DSL.createView
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createView
(Name view, Collection<? extends Name> fields) TheCREATE VIEW
statement.static @NotNull CreateViewAsStep<Record>
DSL.createView
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createView
(Name view, Name... fields) TheCREATE VIEW
statement.static CreateViewAsStep<Record>
DSL.createView
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEW
statement.static @NotNull CreateViewAsStep<Record>
DSL.createView
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createView
(Table<?> view, Field<?>... fields) TheCREATE VIEW
statement.DefaultDSLContext.createViewIfNotExists
(String view, String... fields) DefaultDSLContext.createViewIfNotExists
(String view, Collection<? extends String> fields) DefaultDSLContext.createViewIfNotExists
(String view, BiFunction<? super Field<?>, ? super Integer, ? extends String> fieldNameFunction) DefaultDSLContext.createViewIfNotExists
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) DefaultDSLContext.createViewIfNotExists
(Name view, Collection<? extends Name> fields) DefaultDSLContext.createViewIfNotExists
(Name view, BiFunction<? super Field<?>, ? super Integer, ? extends Name> fieldNameFunction) DefaultDSLContext.createViewIfNotExists
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) DefaultDSLContext.createViewIfNotExists
(Name view, Name... fields) DefaultDSLContext.createViewIfNotExists
(Table<?> view, Collection<? extends Field<?>> fields) DefaultDSLContext.createViewIfNotExists
(Table<?> view, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>> fieldNameFunction) DefaultDSLContext.createViewIfNotExists
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) DefaultDSLContext.createViewIfNotExists
(Table<?> view, Field<?>... fields) static CreateViewAsStep<Record>
DSL.createViewIfNotExists
(String view, String... fields) TheCREATE VIEW IF NOT EXISTS
statement.static CreateViewAsStep<Record>
DSL.createViewIfNotExists
(String view, Collection<? extends String> fields) TheCREATE VIEW IF NOT EXISTS
statement.static @NotNull CreateViewAsStep<Record>
DSL.createViewIfNotExists
(String view, Function<? super Field<?>, ? extends String> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createViewIfNotExists
(Name view, Collection<? extends Name> fields) TheCREATE VIEW IF NOT EXISTS
statement.static @NotNull CreateViewAsStep<Record>
DSL.createViewIfNotExists
(Name view, Function<? super Field<?>, ? extends Name> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createViewIfNotExists
(Name view, Name... fields) TheCREATE VIEW IF NOT EXISTS
statement.static CreateViewAsStep<Record>
DSL.createViewIfNotExists
(Table<?> view, Collection<? extends Field<?>> fields) TheCREATE VIEW IF NOT EXISTS
statement.static @NotNull CreateViewAsStep<Record>
DSL.createViewIfNotExists
(Table<?> view, Function<? super Field<?>, ? extends Field<?>> fieldNameFunction) Deprecated, for removal: This API element is subject to removal in a future version.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.static CreateViewAsStep<Record>
DSL.createViewIfNotExists
(Table<?> view, Field<?>... fields) TheCREATE VIEW IF NOT EXISTS
statement.