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

Method RowNumber

storage/connect/table.cpp:267–271  ·  view source on GitHub ↗

/ RowNumber: returns the current row ordinal number. */ /

Source from the content-addressed store, hash-verified

265/* RowNumber: returns the current row ordinal number. */
266/***********************************************************************/
267int TDB::RowNumber(PGLOBAL g, bool)
268 {
269 snprintf(g->Message, sizeof(g->Message), MSG(ROWID_NOT_IMPL), GetAmName(g, GetAmType()));
270 return 0;
271 } // end of RowNumber
272
273PTDB TDB::Copy(PTABS t)
274 {

Callers 5

CntIndexReadFunction · 0.45
CntIndexRangeFunction · 0.45
ReadColumnMethod · 0.45
ReadColumnMethod · 0.45
WriteColumnMethod · 0.45

Calls 2

GetAmNameFunction · 0.85
GetAmTypeFunction · 0.70

Tested by

no test coverage detected