/ ReadColumn: what this routine does is to access the last line */ read from the corresponding table, extract from it the field */ corresponding to this column and convert it to buffer type. */ /
| 195 | /* corresponding to this column and convert it to buffer type. */ |
| 196 | /***********************************************************************/ |
| 197 | void COLBLK::ReadColumn(PGLOBAL g) |
| 198 | { |
| 199 | snprintf(g->Message, sizeof(g->Message), MSG(UNDEFINED_AM), "ReadColumn"); |
| 200 | throw (int)TYPE_COLBLK; |
| 201 | } // end of ReadColumn |
| 202 | |
| 203 | /***********************************************************************/ |
| 204 | /* WriteColumn: what this routine does is to access the last line */ |
nothing calls this directly
no test coverage detected