9 #ifndef anna_dbms_oracle_InputBind_hpp 10 #define anna_dbms_oracle_InputBind_hpp 39 void code()
const noexcept(
false);
45 void codeDate(
dbms::Data&)
const noexcept(
false);
47 static char asCharacter(
const char byte)
49 return (byte >= 0 && byte <= 9) ? (byte +
'0') : ((byte - 0xa) +
'A');
Definition: Connection.hpp:38
Definition: Statement.hpp:35
Definition: Statement.hpp:43
Definition: BaseBind.hpp:36