mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
merge Data changes (ODBC Sybase, PostgreSQL etc)
This commit is contained in:
@@ -1401,6 +1401,13 @@ inline AbstractBinding::Ptr use(const NullData& t, const std::string& name = "")
|
||||
return new Binding<NullData>(const_cast<NullData&>(t), name, AbstractBinding::PD_IN);
|
||||
}
|
||||
|
||||
inline AbstractBinding::Ptr use(const NullValue& t, const std::string& name = "")
|
||||
/// NullData overload.
|
||||
{
|
||||
return use(NullValue::nullCode<void>(), name);
|
||||
}
|
||||
|
||||
|
||||
|
||||
template <typename T>
|
||||
inline AbstractBinding::Ptr useRef(T& t, const std::string& name = "")
|
||||
|
||||
Reference in New Issue
Block a user