Package org.apache.spark.sql.jdbc


package org.apache.spark.sql.jdbc
  • Classes
    Class
    Description
    ::DeveloperApi:: Connection provider which opens connection toward various databases (database specific instance needed).
    :: DeveloperApi :: Encapsulates everything (extensions, workarounds, quirks) to handle the SQL dialect of a certain database or jdbc driver.
    :: DeveloperApi :: Registry of dialects that apply to every new jdbc org.apache.spark.sql.DataFrame.
    The builder to build a single SELECT query.
    :: DeveloperApi :: A database type definition coupled with the jdbc type needed to send null values to the database.