9 #ifndef anna_dbms_mysql_OutputBind_hpp 10 #define anna_dbms_mysql_OutputBind_hpp 46 void decodeLongBlob(
dbms::Data&)
const noexcept(
false);
49 static unsigned char asByte(
const char hex)
51 return (hex >=
'0' && hex <=
'9') ? (hex -
'0') : ((hex -
'A') + 0x0a);
55 void decode()
const noexcept(
false);
Definition: Connection.hpp:38
Definition: Statement.hpp:36
Definition: LongBlock.hpp:33
Definition: Statement.hpp:43
Definition: OutputBind.hpp:29
Definition: OutputBind.hpp:26
Definition: DataBlock.hpp:24
Definition: BaseBind.hpp:22
OutputBind(const char *name, dbms::Data &data)