/ GetResult: Get the list the JSON file columns. */ /
| 2627 | /* GetResult: Get the list the JSON file columns. */ |
| 2628 | /***********************************************************************/ |
| 2629 | PQRYRES TDBBCL::GetResult(PGLOBAL g) { |
| 2630 | return BSONColumns(g, Db, Dsn, Topt, false); |
| 2631 | } // end of GetResult |
| 2632 | |
| 2633 | /* --------------------------- End of json --------------------------- */ |
nothing calls this directly
no test coverage detected