DataFrameWriter.Jdbc(String, String, Dictionary<String,String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過 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 資料庫連接引數