add Finder::raw(pt::Date&,...) and esc(pt::Date &,...) methods
This commit is contained in:
@@ -231,6 +231,15 @@ public:
|
||||
}
|
||||
|
||||
|
||||
template<typename FieldValue>
|
||||
void value_to_stream(pt::TextStream & stream, const FieldValue & field_value, const FT & field_type, ModelEnv * model_env = nullptr)
|
||||
{
|
||||
this->out_stream = &stream;
|
||||
put_field_value(field_value, field_type, model_env);
|
||||
this->out_stream = nullptr;
|
||||
}
|
||||
|
||||
|
||||
virtual void put_schema_table(const wchar_t * schema_name, const wchar_t * table_name);
|
||||
virtual void put_schema_table(const pt::WTextStream & schema_name, const pt::WTextStream & table_name);
|
||||
virtual void put_table(const wchar_t * table_name);
|
||||
|
Reference in New Issue
Block a user