Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
準備されたステートメント - がある場合、準備されたデータベースをそこsqlite3_stmt*から取得する方法はありますか?sqlite3*
sqlite3_stmt*
sqlite3*
つまり、次のような関数です。
sqlite3* sqlite3_get_database_from_statement(sqlite3_stmt* statement);