Uses of Enum Class
org.jooq.SQLDialect
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of SQLDialect in org.jooq
Modifier and TypeMethodDescription@NotNull SQLDialect
Configuration.dialect()
Retrieve the configured dialect.@NotNull SQLDialect
DAO.dialect()
TheSQLDialect
wrapped by this context.@NotNull SQLDialect
Scope.dialect()
TheSQLDialect
wrapped by this context.static final @NotNull SQLDialect @NotNull []
SQLDialect.families()
Get a list of allfamily()
values.@NotNull SQLDialect
Configuration.family()
Retrieve the family of the configured dialect.@NotNull SQLDialect
DAO.family()
Thefamily()
wrapped by this context.@NotNull SQLDialect
Scope.family()
Thefamily()
wrapped by this context.final @NotNull SQLDialect
SQLDialect.family()
The dialect family.@Nullable SQLDialect
DataType.getDialect()
Retrieve the underlyingSQLDialect
.@NotNull SQLDialect
ParseContext.parseDialect()
Convenient access toSettings.getParseDialect()
.@NotNull SQLDialect
ParseContext.parseFamily()
Convenient access toSettings.getParseDialect()
's family.final @NotNull SQLDialect
SQLDialect.predecessor()
The predecessor dialect.static SQLDialect
Returns the enum constant of this class with the specified name.static SQLDialect[]
SQLDialect.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal @NotNull Set<SQLDialect>
SQLDialectCategory.dialects()
Get allSQLDialect
values belonging to this category.final @NotNull Set<SQLDialect>
SQLDialectCategory.families()
Get allSQLDialect
families belonging to this category.final @NotNull Set<SQLDialect>
SQLDialect.predecessors()
The predecessor dialects.static final @NotNull Set<SQLDialect>
SQLDialect.predecessors
(SQLDialect... dialects) Get a set of dialects preceding a given set of dialects.static final @NotNull Set<SQLDialect>
SQLDialect.supportedBy
(SQLDialect dialect) Get a set of supported dialect versions and successors given a dialect version.static final @NotNull Set<SQLDialect>
SQLDialect.supportedBy
(SQLDialect... dialects) Get a set of supported dialect versions and successors given a set of dialect versions.static final @NotNull Set<SQLDialect>
SQLDialect.supportedUntil
(SQLDialect dialect) Get a set of supported dialect versions and predecessors given a dialect version.static final @NotNull Set<SQLDialect>
SQLDialect.supportedUntil
(SQLDialect... dialects) Get a set of supported dialect versions and predecessors given a dialect version.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(SQLDialect newDialect) Create a derived configuration from this one, with a new dialect.final boolean
SQLDialect.precedes
(SQLDialect other) Whether this dialect precedes an other dialect from the same family.final boolean
SQLDialect.precedesStrictly
(SQLDialect other) Whether this dialect strictly precedes an other dialect from the same family.static final @NotNull Set<SQLDialect>
SQLDialect.predecessors
(SQLDialect... dialects) Get a set of dialects preceding a given set of dialects.@NotNull Configuration
Configuration.set
(SQLDialect newDialect) Change this configuration to hold a new dialect.static final @NotNull Set<SQLDialect>
SQLDialect.supportedBy
(SQLDialect dialect) Get a set of supported dialect versions and successors given a dialect version.static final @NotNull Set<SQLDialect>
SQLDialect.supportedBy
(SQLDialect... dialects) Get a set of supported dialect versions and successors given a set of dialect versions.static final @NotNull Set<SQLDialect>
SQLDialect.supportedUntil
(SQLDialect dialect) Get a set of supported dialect versions and predecessors given a dialect version.static final @NotNull Set<SQLDialect>
SQLDialect.supportedUntil
(SQLDialect... dialects) Get a set of supported dialect versions and predecessors given a dialect version.final boolean
SQLDialect.supports
(SQLDialect other) Check whether this dialect supports another one.Modifier and TypeMethodDescriptionfinal boolean
SQLDialect.supports
(Collection<SQLDialect> other) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SQLDialect in org.jooq.conf
Modifier and TypeFieldDescriptionprotected SQLDialect
Settings.interpreterDialect
protected SQLDialect
Settings.parseDialect
Modifier and TypeMethodDescriptionSettings.getInterpreterDialect()
[#7337] The dialect that should be used to interpret SQL DDL statements.Settings.getParseDialect()
[#7337] The input dialect that should be chosen to disambiguate ambiguous SQL syntax.Modifier and TypeMethodDescriptionSQLDialectAdapter.marshal
(SQLDialect v) void
Settings.setInterpreterDialect
(SQLDialect value) [#7337] The dialect that should be used to interpret SQL DDL statements.void
Settings.setParseDialect
(SQLDialect value) [#7337] The input dialect that should be chosen to disambiguate ambiguous SQL syntax.Settings.withInterpreterDialect
(SQLDialect value) [#7337] The dialect that should be used to interpret SQL DDL statements.Settings.withParseDialect
(SQLDialect value) [#7337] The input dialect that should be chosen to disambiguate ambiguous SQL syntax. -
Uses of SQLDialect in org.jooq.impl
Modifier and TypeMethodDescriptionDAOImpl.dialect()
final SQLDialect
DefaultConfiguration.dialect()
DAOImpl.family()
final SQLDialect
DefaultConfiguration.family()
final SQLDialect
DefaultDataType.getDialect()
Modifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(SQLDialect newDialect) static final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, int sqlType) static final <T> DataType<T>
DefaultDataType.getDataType
(SQLDialect dialect, Class<T> type) static final <T> DataType<T>
DefaultDataType.getDataType
(SQLDialect dialect, Class<T> type, DataType<T> fallbackDataType) static final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, String typeName) static final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, String t, int p, int s) Convert a type name (using precision and scale) into a Java classstatic final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, String t, int p, int s, boolean forceIntegerTypesOnZeroScaleDecimals) Convert a type name (using precision and scale) into a Java classstatic final DataType<?>
DefaultDataType.getDataType
(SQLDialect dialect, SQLType sqlType) DefaultDataType.getDefaultDataType
(SQLDialect dialect, String typeName) static final Class<?>
DefaultDataType.getType
(SQLDialect dialect, String t, int p, int s) Convert a type name (using precision and scale) into a Java classfinal Configuration
DefaultConfiguration.set
(SQLDialect newDialect) final void
DefaultConfiguration.setSQLDialect
(SQLDialect newDialect) static @NotNull DSLContext
DSL.using
(io.r2dbc.spi.ConnectionFactory connectionFactory, SQLDialect dialect) Create an executor with a custom R2DBC connection factory and a dialect configured.static @NotNull DSLContext
DSL.using
(io.r2dbc.spi.ConnectionFactory connectionFactory, SQLDialect dialect, Settings settings) Create an executor with a custom R2DBC connection factory, a dialect and settings configured.static @NotNull DSLContext
DSL.using
(io.r2dbc.spi.Connection connection, SQLDialect dialect) Create an executor with a custom R2DBC connection and a dialect configured.static @NotNull DSLContext
DSL.using
(io.r2dbc.spi.Connection connection, SQLDialect dialect, Settings settings) Create an executor with a custom R2DBC connection, a dialect and settings configured.static @NotNull DSLContext
DSL.using
(Connection connection, SQLDialect dialect) Create an executor with a connection and a dialect configured.static @NotNull DSLContext
DSL.using
(Connection connection, SQLDialect dialect, Settings settings) Create an executor with a connection, a dialect and settings configured.static @NotNull DSLContext
DSL.using
(DataSource datasource, SQLDialect dialect) Create an executor with a data source and a dialect configured.static @NotNull DSLContext
DSL.using
(DataSource datasource, SQLDialect dialect, Settings settings) Create an executor with a data source, a dialect and settings configured.static @NotNull DSLContext
DSL.using
(ConnectionProvider connectionProvider, SQLDialect dialect) Create an executor with a custom connection provider and a dialect configured.static @NotNull DSLContext
DSL.using
(ConnectionProvider connectionProvider, SQLDialect dialect, Settings settings) Create an executor with a custom connection provider, a dialect and settings configured.static @NotNull DSLContext
DSL.using
(SQLDialect dialect) Create an executor with a dialect configured.static @NotNull DSLContext
DSL.using
(SQLDialect dialect, Settings settings) Create an executor with a dialect and settings configured.ModifierConstructorDescriptionBuiltInDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName) Constructor for dialect specific data types.BuiltInDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName, String castTypeName) Constructor for dialect specific data types.DefaultCloseableDSLContext
(io.r2dbc.spi.ConnectionFactory connectionFactory, SQLDialect dialect) DefaultCloseableDSLContext
(io.r2dbc.spi.ConnectionFactory connectionFactory, SQLDialect dialect, Settings settings) DefaultCloseableDSLContext
(ConnectionProvider connectionProvider, SQLDialect dialect) DefaultCloseableDSLContext
(ConnectionProvider connectionProvider, SQLDialect dialect, Settings settings) DefaultDataType
(SQLDialect dialect, Class<T> type, String typeName) DefaultDataType
(SQLDialect dialect, Class<T> type, String typeName, String castTypeName) DefaultDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName) DefaultDataType
(SQLDialect dialect, DataType<T> sqlDataType, String typeName, String castTypeName) DefaultDSLContext
(io.r2dbc.spi.ConnectionFactory connectionFactory, SQLDialect dialect) DefaultDSLContext
(io.r2dbc.spi.ConnectionFactory connectionFactory, SQLDialect dialect, Settings settings) DefaultDSLContext
(Connection connection, SQLDialect dialect) DefaultDSLContext
(Connection connection, SQLDialect dialect, Settings settings) DefaultDSLContext
(DataSource datasource, SQLDialect dialect) DefaultDSLContext
(DataSource datasource, SQLDialect dialect, Settings settings) DefaultDSLContext
(ConnectionProvider connectionProvider, SQLDialect dialect) DefaultDSLContext
(ConnectionProvider connectionProvider, SQLDialect dialect, Settings settings) DefaultDSLContext
(SQLDialect dialect) DefaultDSLContext
(SQLDialect dialect, Settings settings) -
Uses of SQLDialect in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionstatic final @NotNull SQLDialect
JDBCUtils.dialect
(io.r2dbc.spi.Connection connection) "Guess" theSQLDialect
from an R2DBCConnection
instance.static final @NotNull SQLDialect
JDBCUtils.dialect
(io.r2dbc.spi.ConnectionFactory connection) "Guess" theSQLDialect
from aConnectionFactory
instance.static final @NotNull SQLDialect
"Guess" theSQLDialect
from a connection URL.static final @NotNull SQLDialect
JDBCUtils.dialect
(Connection connection) "Guess" theSQLDialect
from aConnection
instance.MockConfiguration.dialect()
MockConfiguration.family()
Modifier and TypeMethodDescriptionMockConfiguration.derive
(SQLDialect newDialect) static final @NotNull String
JDBCUtils.driver
(SQLDialect dialect) "Guess" the JDBC driver from aSQLDialect
.MockConfiguration.set
(SQLDialect newDialect) ModifierConstructorDescriptionMockArray
(SQLDialect dialect, T[] array, Class<? extends T[]> type)
supportedBy(SQLDialect...)
instead