JdbcTarget class
Specifies a JDBC data store to crawl.
Constructors
-
JdbcTarget({String? connectionName, List<
String> ? exclusions, String? path}) -
JdbcTarget.fromJson(Map<
String, dynamic> json) -
factory
Properties
- connectionName → String?
-
The name of the connection to use to connect to the JDBC target.
final
-
exclusions
→ List<
String> ? -
A list of glob patterns used to exclude from the crawl. For more
information, see Catalog
Tables with a Crawler.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String?
-
The path of the JDBC target.
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