src/StreamRelationalWriter.h
branchv_0
changeset 14 733334eca89b
parent 13 e7234dd45166
child 15 8fd6c4d44071
equal deleted inserted replaced
13:e7234dd45166 14:733334eca89b
    67 		columnTypes.clear();
    67 		columnTypes.clear();
    68 		columnTypes.resize(columnCount);
    68 		columnTypes.resize(columnCount);
    69 
    69 
    70 		// Write column names:
    70 		// Write column names:
    71 		for (size_t c = 0; c < columnCount; c++) {
    71 		for (size_t c = 0; c < columnCount; c++) {
    72 			wstring columnName = attributes[c].first;
    72 			wstring columnName = attributes[c].first;			
    73 			stringWriter.writeValue(output, columnName);
    73 			stringWriter.writeValue(output, columnName);
    74 		}
    74 		}
    75 
    75 
    76 		// Write column types:
    76 		// Write column types:
    77 		for (size_t c = 0; c < columnCount; c++) {
    77 		for (size_t c = 0; c < columnCount; c++) {