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.
引数の意味は何ですかfactoryこのステートメントです
factory
public SQLiteDatabase openOrCreateDatabase(String name, int mode, CursorFactory factory)
そして、この引数はいつ使用されますか?
public SQLiteDatabase openOrCreateDatabase(String name, int mode, CursorFactory factory) SQLiteDatabase.CursorFactory
クエリを呼び出すときにカーソルのサブクラスを返すことができるようにするために使用されます。
リンク