case class JDBCWriteBuilder(schema: StructType, options: JdbcOptionsInWrite) extends V1WriteBuilder with SupportsTruncate with Product with Serializable
- Alphabetic
- By Inheritance
- JDBCWriteBuilder
- Serializable
- Serializable
- Product
- Equals
- SupportsTruncate
- V1WriteBuilder
- WriteBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new JDBCWriteBuilder(schema: StructType, options: JdbcOptionsInWrite)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildForBatch(): BatchWrite
- Definition Classes
- WriteBuilder
-
def
buildForStreaming(): StreamingWrite
- Definition Classes
- WriteBuilder
-
def
buildForV1Write(): InsertableRelation
Creates an InsertableRelation that allows appending a DataFrame to a a destination (using data source-specific parameters).
Creates an InsertableRelation that allows appending a DataFrame to a a destination (using data source-specific parameters). The insert method will only be called with
overwrite=false. The DataSource should implement the overwrite behavior as part of the SupportsOverwrite, and SupportsTruncate interfaces.- Definition Classes
- JDBCWriteBuilder → V1WriteBuilder
- Since
3.0.0
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val options: JdbcOptionsInWrite
- val schema: StructType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
truncate(): WriteBuilder
- Definition Classes
- JDBCWriteBuilder → SupportsTruncate
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()