WeChatFerry/Spy/exec_sql.h
2022-08-07 23:49:37 +08:00

10 lines
169 B
C++

#pragma once
#include <string>
#include <vector>
#include "rpc_h.h"
std::vector<std::wstring> GetDbNames();
std::vector<RpcTables_t> GetDbTables(std::wstring db);