Uses of Interface
org.jooq.CreateDomainAsStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of CreateDomainAsStep in org.jooq
Modifier and TypeMethodDescription@NotNull CreateDomainAsStep
DSLContext.createDomain(String domain)
TheCREATE DOMAIN
statement.@NotNull CreateDomainAsStep
DSLContext.createDomain(Domain<?> domain)
TheCREATE DOMAIN
statement.@NotNull CreateDomainAsStep
DSLContext.createDomain(Name domain)
TheCREATE DOMAIN
statement.@NotNull CreateDomainAsStep
DSLContext.createDomainIfNotExists(String domain)
TheCREATE DOMAIN IF NOT EXISTS
statement.@NotNull CreateDomainAsStep
DSLContext.createDomainIfNotExists(Domain<?> domain)
TheCREATE DOMAIN IF NOT EXISTS
statement.@NotNull CreateDomainAsStep
DSLContext.createDomainIfNotExists(Name domain)
TheCREATE DOMAIN IF NOT EXISTS
statement. -
Uses of CreateDomainAsStep in org.jooq.impl
Modifier and TypeMethodDescriptionDefaultDSLContext.createDomain(String domain)
DefaultDSLContext.createDomain(Domain<?> domain)
DefaultDSLContext.createDomain(Name domain)
static CreateDomainAsStep
DSL.createDomain(String domain)
TheCREATE DOMAIN
statement.static CreateDomainAsStep
DSL.createDomain(Domain<?> domain)
TheCREATE DOMAIN
statement.static CreateDomainAsStep
DSL.createDomain(Name domain)
TheCREATE DOMAIN
statement.DefaultDSLContext.createDomainIfNotExists(String domain)
DefaultDSLContext.createDomainIfNotExists(Domain<?> domain)
DefaultDSLContext.createDomainIfNotExists(Name domain)
static CreateDomainAsStep
DSL.createDomainIfNotExists(String domain)
TheCREATE DOMAIN IF NOT EXISTS
statement.static CreateDomainAsStep
DSL.createDomainIfNotExists(Domain<?> domain)
TheCREATE DOMAIN IF NOT EXISTS
statement.static CreateDomainAsStep
DSL.createDomainIfNotExists(Name domain)
TheCREATE DOMAIN IF NOT EXISTS
statement.