Home | History | Annotate | Download | only in sqlite

Lines Matching defs:openOrCreateDatabase

701     public static SQLiteDatabase openOrCreateDatabase(File file, CursorFactory factory) {
702 return openOrCreateDatabase(file.getPath(), factory);
708 public static SQLiteDatabase openOrCreateDatabase(String path, CursorFactory factory) {
715 public static SQLiteDatabase openOrCreateDatabase(String path, CursorFactory factory,
1803 * A good time to call this method is right after calling {@link #openOrCreateDatabase}