/ RowNumber: returns the current row ordinal number. */ /
| 265 | /* RowNumber: returns the current row ordinal number. */ |
| 266 | /***********************************************************************/ |
| 267 | int 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 | |
| 273 | PTDB TDB::Copy(PTABS t) |
| 274 | { |
no test coverage detected