DataFrameWriter.Jdbc(String, String, Dictionary<String,String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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