mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
more Data housekeeping
replaced more pointers with SharedPtr
This commit is contained in:
@@ -67,7 +67,7 @@ class Date;
|
||||
class Time;
|
||||
|
||||
|
||||
class Data_API AbstractPreparator: public Poco::RefCountedObject
|
||||
class Data_API AbstractPreparator
|
||||
/// Interface used for database preparation where we first have to register all data types
|
||||
/// (and memory output locations) before extracting data, e.g. ODBC.
|
||||
/// Extract works as two-phase extract: first we call prepare once, then extract n-times.
|
||||
|
||||
Reference in New Issue
Block a user