MySQL Connector/J Reference
v8.0.33
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DataTypeUtil
public DataTypeUtil()
-
Method Detail
-
bitToLong
public static long bitToLong(byte[] bytes,
int offset,
int length)
Interpret a BIT value as a long.
- Parameters:
bytes - byte buffer
offset - offset in buffer
length - number of bytes to use
- Returns:
- long value
MySQL Connector/J Reference
v8.0.33
Copyright © 2016, 2023, Oracle and/or its affiliates.