DataFrameWriter.Jdbc(String, String, Dictionary<String,String>) 方法

定義

透過 JDBC 將 DataFrame 的內容儲存至外部資料庫資料表

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))

參數

url
String

格式為 「jdbc:subprotocol:subname」 的 JDBC 資料庫 URL

table
String

外部資料庫中資料表的名稱

properties
Dictionary<String,String>

JDBC 資料庫連接引數

適用於