Searched defs:cursorFactory (Results 1 – 1 of 1) sorted by relevance
464 @Nullable CursorFactory cursorFactory, @Nullable DatabaseErrorHandler errorHandler, in SQLiteDatabase()1598 public Cursor queryWithFactory(@Nullable CursorFactory cursorFactory, in queryWithFactory()1645 public Cursor queryWithFactory(@Nullable CursorFactory cursorFactory, in queryWithFactory()1792 public Cursor rawQueryWithFactory( in rawQueryWithFactory()1815 public Cursor rawQueryWithFactory( in rawQueryWithFactory()2956 private OpenParams(int openFlags, CursorFactory cursorFactory, in OpenParams()3185 public Builder setCursorFactory(@Nullable CursorFactory cursorFactory) { in setCursorFactory()