Enum Class InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters
java.lang.Object
java.lang.Enum<InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters>
fr.inria.rules.integraal.configuration.keywords.InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters
- All Implemented Interfaces:
Serializable, Comparable<InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters>, Constable
- Enclosing class:
InteGraalKeywords.InternalStorageConfiguration
public static enum InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters
extends Enum<InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters>
Parameters for database management system drivers.
- Author:
- Federico Ulliana, Michel Leclère
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFlag to reset the database after opening the connectionName of the DatabaseDatabase PortDatabase URLUser NameUser Password -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
URL
Database URL -
PORT
Database Port -
DATABASE_NAME
public static final InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters DATABASE_NAMEName of the Database -
USER_NAME
User Name -
USER_PASSWORD
public static final InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters USER_PASSWORDUser Password -
CLEAR_DB
Flag to reset the database after opening the connection
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static InteGraalKeywords.InternalStorageConfiguration.DBMSDriverParameters valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-