9 #ifndef anna_dbms_mysql_InputBind_hpp 10 #define anna_dbms_mysql_InputBind_hpp 35 void code()
const noexcept(
false);
40 static char asCharacter(
const char byte)
42 return (byte >= 0 && byte <= 9) ? (byte +
'0') : ((byte - 0xa) +
'A');
Definition: Connection.hpp:38
Definition: Statement.hpp:36
Definition: Statement.hpp:43
Definition: BaseBind.hpp:22