Package org.apache.spark.sql.jdbc
Class JdbcType
Object
org.apache.spark.sql.jdbc.JdbcType
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product,scala.Serializable
:: DeveloperApi ::
A database type definition coupled with the jdbc type needed to send null
values to the database.
param: databaseTypeDefinition The database type definition
param: jdbcNullType The jdbc type (as defined in java.sql.Types) used to
send a null value to the database.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
JdbcType
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
databaseTypeDefinition
-
jdbcNullType
public int jdbcNullType()
-