@override String toBytesString(Uint8List bytes) { var hex = SQLDialect.toHex(bytes); return "X'$hex'"; }