Class BitConverter
- java.lang.Object
-
- com.databricks.jdbc.api.impl.converters.BitConverter
-
- All Implemented Interfaces:
ObjectConverter
public class BitConverter extends Object implements ObjectConverter
-
-
Field Summary
-
Fields inherited from interface com.databricks.jdbc.api.impl.converters.ObjectConverter
DEFAULT_TIMESTAMP_SCALE, POWERS_OF_TEN
-
-
Constructor Summary
Constructors Constructor Description BitConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantoBoolean(Object object)StringtoString(Object object)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.databricks.jdbc.api.impl.converters.ObjectConverter
toAsciiStream, toBigDecimal, toBigDecimal, toBigInteger, toBinaryStream, toByte, toByteArray, toChar, toCharacterStream, toDatabricksArray, toDatabricksMap, toDatabricksStruct, toDate, toDouble, toFloat, toInt, toLocalDate, toLong, toShort, toTime, toTimestamp, toTimestamp, toUnicodeStream
-
-
-
-
Method Detail
-
toBoolean
public boolean toBoolean(Object object) throws DatabricksSQLException
- Specified by:
toBooleanin interfaceObjectConverter- Throws:
DatabricksSQLException
-
toString
public String toString(Object object) throws DatabricksSQLException
- Specified by:
toStringin interfaceObjectConverter- Throws:
DatabricksSQLException
-
-