CrawlerJdbcTarget

data class CrawlerJdbcTarget(val connectionName: String, val enableAdditionalMetadatas: List<String>? = null, val exclusions: List<String>? = null, val path: String)

Constructors

Link copied to clipboard
constructor(connectionName: String, enableAdditionalMetadatas: List<String>? = null, exclusions: List<String>? = null, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the connection to use to connect to the JDBC target.

Link copied to clipboard

Specify a value of RAWTYPES or COMMENTS to enable additional metadata intable responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

Link copied to clipboard
val exclusions: List<String>? = null

A list of glob patterns used to exclude from the crawl.

Link copied to clipboard

The path of the JDBC target.