Instance Constructors
-
new
JdbcSourceConfiguration(url: String, table: String, user: Option[String], password: Option[String], driver: Option[String], options: Map[String, String], schema: Option[StructType])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
columnNameOfCorruptRecord: Option[String]
-
val
driver: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
val
format: Jdbc.type
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
options: Map[String, String]
-
val
password: Option[String]
-
def
readerOptions: Map[String, String]
-
val
schema: Option[StructType]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
table: String
-
def
toString(): String
-
val
url: String
-
val
user: Option[String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
Basic configuration for the
JdbcDataSource