case classJDBCAppendableRelation(table: String, provider: String, mode: SaveMode, userSchema: StructType, origOptions: Map[String, String], externalStore: ExternalStore, sqlContext: SQLContext) extends BaseRelation with PrunedFilteredScan with InsertableRelation with DestroyRelation with IndexableRelation with Logging with Serializable with Product
A LogicalPlan implementation for an external column table whose contents
are retrieved using a JDBC URL or DataSource.