Packages

class JdbcOptionsInWrite extends JDBCOptions

Linear Supertypes
JDBCOptions, Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcOptionsInWrite
  2. JDBCOptions
  3. Logging
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcOptionsInWrite(url: String, table: String, parameters: Map[String, String])
  2. new JdbcOptionsInWrite(parameters: Map[String, String])
  3. new JdbcOptionsInWrite(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.

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

    Returns a property with all options.

    Returns a property with all options.

    Definition Classes
    JDBCOptions
  7. val batchSize: Int
    Definition Classes
    JDBCOptions
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val createTableColumnTypes: Option[String]
    Definition Classes
    JDBCOptions
  10. val createTableOptions: String
    Definition Classes
    JDBCOptions
  11. val customSchema: Option[String]
    Definition Classes
    JDBCOptions
  12. val driverClass: String
    Definition Classes
    JDBCOptions
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. val fetchSize: Int
    Definition Classes
    JDBCOptions
  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. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  20. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. val isCascadeTruncate: Option[Boolean]
    Definition Classes
    JDBCOptions
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  24. val isTruncate: Boolean
    Definition Classes
    JDBCOptions
  25. val isolationLevel: Int
    Definition Classes
    JDBCOptions
  26. val keytab: String
    Definition Classes
    JDBCOptions
  27. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  28. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  35. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. val lowerBound: Option[String]
    Definition Classes
    JDBCOptions
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. val numPartitions: Option[Int]
    Definition Classes
    JDBCOptions
  44. val parameters: CaseInsensitiveMap[String]
    Definition Classes
    JdbcOptionsInWriteJDBCOptions
  45. val partitionColumn: Option[String]
    Definition Classes
    JDBCOptions
  46. val principal: String
    Definition Classes
    JDBCOptions
  47. val pushDownPredicate: Boolean
    Definition Classes
    JDBCOptions
  48. val queryTimeout: Int
    Definition Classes
    JDBCOptions
  49. val sessionInitStatement: Option[String]
    Definition Classes
    JDBCOptions
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. val table: String
  52. val tableComment: String
    Definition Classes
    JDBCOptions
  53. val tableOrQuery: String
    Definition Classes
    JDBCOptions
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. val upperBound: Option[String]
    Definition Classes
    JDBCOptions
  56. val url: String
    Definition Classes
    JDBCOptions
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from JDBCOptions

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped