public class MySQLBinaryFormat extends java.lang.Object implements BinaryFormat
0x8088BAD639F.
Such strings are not quoted when used in queries.| Constructor and Description |
|---|
MySQLBinaryFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString(byte[] input)
Transforms the supplied binary data to a string representation.
|
public java.lang.String toString(byte[] input)
BinaryFormattoString in interface BinaryFormatinput - the binary data input value to convert to StringString representation of the given bytes