/ Return the datapath of the DB this table belongs to. */ /
| 100 | /* Return the datapath of the DB this table belongs to. */ |
| 101 | /***********************************************************************/ |
| 102 | PCSZ TDB::GetPath(void) |
| 103 | { |
| 104 | return To_Def->GetPath(); |
| 105 | } // end of GetPath |
| 106 | |
| 107 | /***********************************************************************/ |
| 108 | /* Return true if name is a special column of this table. */ |
no outgoing calls
no test coverage detected