Packages

class JDBCOptions extends Serializable

Options for the JDBC data source.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JDBCOptions
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JDBCOptions(url: String, table: String, parameters: Map[String, String])
  2. new JDBCOptions(parameters: Map[String, String])
  3. new JDBCOptions(parameters: CaseInsensitiveMap[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val asConnectionProperties: Properties

    Returns a property with all options except Spark internal data source options like url, dbtable, and numPartition.

    Returns a property with all options except Spark internal data source options like url, dbtable, and numPartition. This should be used when invoking JDBC API like Driver.connect because each DBMS vendor has its own property list for JDBC driver. See SPARK-17776.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val asProperties: Properties

    Returns a property with all options.

  7. val batchSize: Int
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val createTableColumnTypes: Option[String]
  10. val createTableOptions: String
  11. val customSchema: Option[String]
  12. val driverClass: String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. val fetchSize: Int
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val isCascadeTruncate: Option[Boolean]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val isTruncate: Boolean
  22. val isolationLevel: Int
  23. val lowerBound: Option[String]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val numPartitions: Option[Int]
  28. val parameters: CaseInsensitiveMap[String]
  29. val partitionColumn: Option[String]
  30. val pushDownPredicate: Boolean
  31. val queryTimeout: Int
  32. val sessionInitStatement: Option[String]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val tableOrQuery: String
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val upperBound: Option[String]
  37. val url: String
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped