DataFrameWriter.Jdbc(String, String, Dictionary<String,String>) Method

Definition

Saves the content of the DataFrame to a external database table via JDBC

public void Jdbc (string url, string table, System.Collections.Generic.Dictionary<string,string> properties);
member this.Jdbc : string * string * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Jdbc (url As String, table As String, properties As Dictionary(Of String, String))

Parameters

url
String

JDBC database URL of the form "jdbc:subprotocol:subname"

table
String

Name of the table in the external database

properties
Dictionary<String,String>

JDBC database connection arguments

Applies to