Class FloatConverter
java.lang.Object
com.databricks.jdbc.api.impl.converters.FloatConverter
- 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
Modifier and TypeMethodDescriptiontoBigDecimal(Object object) toBigInteger(Object object) booleanbytebyte[]toByteArray(Object object) doublefloatintlongshortMethods 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, toBinaryStream, toChar, toCharacterStream, toDatabricksArray, toDatabricksMap, toDatabricksStruct, toDate, toLocalDate, toTime, toTimestamp, toTimestamp, toUnicodeStream
-
Constructor Details
-
FloatConverter
public FloatConverter()
-
-
Method Details
-
toFloat
- Specified by:
toFloatin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toByte
- Specified by:
toBytein interfaceObjectConverter- Throws:
DatabricksSQLException
-
toShort
- Specified by:
toShortin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toInt
- Specified by:
toIntin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toLong
- Specified by:
toLongin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toDouble
- Specified by:
toDoublein interfaceObjectConverter- Throws:
DatabricksSQLException
-
toBigDecimal
- Specified by:
toBigDecimalin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toBigInteger
- Specified by:
toBigIntegerin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toBoolean
- Specified by:
toBooleanin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toByteArray
- Specified by:
toByteArrayin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toString
- Specified by:
toStringin interfaceObjectConverter- Throws:
DatabricksSQLException
-