src/RecfileHandler.h
branchv_0
changeset 2 db029ce62ec5
parent 1 1b4ca23e5d04
child 3 b0fe316e1201
equal deleted inserted replaced
1:1b4ca23e5d04 2:db029ce62ec5
    36 namespace out {
    36 namespace out {
    37 namespace recfile {
    37 namespace recfile {
    38 
    38 
    39 using namespace relpipe::reader;
    39 using namespace relpipe::reader;
    40 
    40 
    41 class RecfileHandler : public handlers::RelationalReaderStringHadler {
    41 class RecfileHandler : public handlers::RelationalReaderStringHandler {
    42 private:
    42 private:
    43 	std::ostream& output;
    43 	std::ostream& output;
    44 	wstring_convert<codecvt_utf8<wchar_t>> convertor; // XML output will be always in UTF-8
    44 	wstring_convert<codecvt_utf8<wchar_t>> convertor; // XML output will be always in UTF-8
    45 	std::vector<TypeId> attributeTypes;
    45 	std::vector<TypeId> attributeTypes;
    46 	std::vector<string_t> attributeTypeCodes;
    46 	std::vector<string_t> attributeTypeCodes;