DiscoverConnectionProfileRequest class
Request message for 'discover' ConnectionProfile request.
Constructors
- DiscoverConnectionProfileRequest({ConnectionProfile? connectionProfile, String? connectionProfileName, MysqlRdbms? mysqlRdbms, OracleRdbms? oracleRdbms, int? recursionDepth, bool? recursive})
- DiscoverConnectionProfileRequest.fromJson(Map _json)
Properties
- connectionProfile ↔ ConnectionProfile?
-
An ad-hoc ConnectionProfile configuration.
getter/setter pair
- connectionProfileName ↔ String?
-
A reference to an existing ConnectionProfile.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mysqlRdbms ↔ MysqlRdbms?
-
MySQL RDBMS to enrich with child data objects and metadata.
getter/setter pair
- oracleRdbms ↔ OracleRdbms?
-
Oracle RDBMS to enrich with child data objects and metadata.
getter/setter pair
- recursionDepth ↔ int?
-
The number of hierarchy levels below the current level to be retrieved.
getter/setter pair
- recursive ↔ bool?
-
Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
getter/setter pair
- 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