JdbcConnectorSource

Specifies a connector to a JDBC data source.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional connection options for the connector.

Link copied to clipboard

The name of the connection that is associated with the connector.

Link copied to clipboard

The name of the table in the data source.

Link copied to clipboard

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data store.

Link copied to clipboard

The name of a connector that assists with accessing the data store in Glue Studio.

Link copied to clipboard

The name of the data source.

Link copied to clipboard

Specifies the data schema for the custom JDBC source.

Link copied to clipboard

The table or SQL query to get the data from. You can specify either ConnectionTable or query, but not both.

Functions

Link copied to clipboard
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