Class DataSourceConstants

java.lang.Object
io.micronaut.data.connection.jdbc.DataSourceConstants

@Internal public final class DataSourceConstants extends Object
Utility class that defines constant keys and values used when working with data source configuration.

This class is not intended to be instantiated or extended. All members are public static final constants.

  • Field Details

    • DATASOURCES

      public static final String DATASOURCES
      Configuration key representing the collection of configured data sources.

      Typical usage might be in configuration files or maps where "datasources" is used as a top-level key.

      See Also:
    • DIALECT

      public static final String DIALECT
      Configuration key representing the database dialect.

      The dialect usually indicates the SQL flavor or database type used by a particular data source.

      See Also:
    • ORACLE_DIALECT

      public static final String ORACLE_DIALECT
      Constant value representing the Oracle database dialect.

      This value can be associated with DIALECT to indicate that the Oracle SQL dialect should be used.

      See Also: