sqlite3::query
| 45 | |
| 46 | //sqlite3::query |
| 47 | void pre_sqlite3_query_SQL(OPENRASP_INTERNAL_FUNCTION_PARAMETERS) |
| 48 | { |
| 49 | pre_sqlite3_exec_SQL(OPENRASP_INTERNAL_FUNCTION_PARAM_PASSTHRU); |
| 50 | } |
| 51 | |
| 52 | void pre_sqlite3_prepare_SQL(OPENRASP_INTERNAL_FUNCTION_PARAMETERS) |
| 53 | { |
nothing calls this directly
no test coverage detected