Class DateConverter
java.lang.Object
com.databricks.jdbc.api.impl.converters.DateConverter
- All Implemented Interfaces:
ObjectConverter
-
Field Summary
Fields inherited from interface com.databricks.jdbc.api.impl.converters.ObjectConverter
DEFAULT_TIMESTAMP_SCALE, POWERS_OF_TEN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.databricks.jdbc.api.impl.converters.ObjectConverter
toAsciiStream, toBigDecimal, toBigDecimal, toBinaryStream, toBoolean, toByte, toByteArray, toChar, toCharacterStream, toDatabricksArray, toDatabricksMap, toDatabricksStruct, toDouble, toFloat, toTime, toTimestamp, toUnicodeStream
-
Constructor Details
-
DateConverter
public DateConverter()
-
-
Method Details
-
toDate
- Specified by:
toDatein interfaceObjectConverter- Throws:
DatabricksSQLException
-
toLong
- Specified by:
toLongin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toShort
- Specified by:
toShortin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toInt
- Specified by:
toIntin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toBigInteger
- Specified by:
toBigIntegerin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toLocalDate
- Specified by:
toLocalDatein interfaceObjectConverter- Throws:
DatabricksSQLException
-
toString
- Specified by:
toStringin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toTimestamp
- Specified by:
toTimestampin interfaceObjectConverter- Throws:
DatabricksSQLException
-