MCPcopy Create free account
hub / github.com/MariaDB/server / ReadColumn

Method ReadColumn

storage/connect/colblk.cpp:197–201  ·  view source on GitHub ↗

/ 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. */ /

Source from the content-addressed store, hash-verified

195/* corresponding to this column and convert it to buffer type. */
196/***********************************************************************/
197void 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 */

Callers

nothing calls this directly

Calls 10

ExtractFromPathFunction · 0.85
SetValue_pszMethod · 0.80
GetStringCatInfoMethod · 0.80
PlugSetPathFunction · 0.70
SetValueMethod · 0.45
RowNumberMethod · 0.45
GetFileMethod · 0.45
GetPathMethod · 0.45
GetNameMethod · 0.45
GetServerMethod · 0.45

Tested by

no test coverage detected