JdbcTarget

Specifies a JDBC data store to crawl.

Types

Link copied to clipboard
class Builder
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 in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

Link copied to clipboard

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Link copied to clipboard
val path: String?

The path of the JDBC target.

Functions

Link copied to clipboard
inline fun copy(block: JdbcTarget.Builder.() -> Unit = {}): JdbcTarget
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String