RelationalDatabaseParameter class

Describes the parameters of a database.

Constructors

RelationalDatabaseParameter({String? allowedValues, String? applyMethod, String? applyType, String? dataType, String? description, bool? isModifiable, String? parameterName, String? parameterValue})
RelationalDatabaseParameter.fromJson(Map<String, dynamic> json)
factory

Properties

allowedValues String?
Specifies the valid range of values for the parameter.
final
applyMethod String?
Indicates when parameter updates are applied.
final
applyType String?
Specifies the engine-specific parameter type.
final
dataType String?
Specifies the valid data type for the parameter.
final
description String?
Provides a description of the parameter.
final
hashCode int
The hash code for this object.
no setterinherited
isModifiable bool?
A Boolean value indicating whether the parameter can be modified.
final
parameterName String?
Specifies the name of the parameter.
final
parameterValue String?
Specifies the value of the parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited