realm tag

42 questions


1 answers
45 views
0
Is it possible to create a realm view and stored procedure?

Is Realm able to create views and stored procedures like those used in RDBs such as SQL Server?Please let me know if there are any RDB views, functions similar to stored procedures, or ways to do so.T...

2 years ago

1 answers
46 views
0
Create ToDo using Realm—Expected member name or constructor call after type name

[For beginners] Completely detailed!Tutorial to create a ToDo app with cocoapod+Realm (4 times in total) - Qiita I made ToDo according to the tutorial on the page above, but in the code below, return ...

2 years ago

1 answers
41 views
0
About Realm Swift SUBQUERY

I look forward to your kind cooperation.iOS 8.0Swift 2.1Realm 0.96.3 I would like to define two classes with parent-child relationships and extract Parent with one or more Child with status true.class...

2 years ago

1 answers
67 views
0
Array statements giving Swift2 id error in Swift4

Based on Swift2's book, I created the following code in Swift4 and found the following error in the array part that gives the id:Could you tell me the solution?Cannot convert value of type 'String' to...

2 years ago

1 answers
47 views
0
Is it possible to optimize the realm file (vacuum processing)?

SQLite and others seem to have functions (commands) to optimize DB because increasing or decreasing data and tables create unnecessary areas. Is there any function or command to optimize Realm?Or is i...

2 years ago

1 answers
52 views
0
When Realm handles multiple .realm files, Migration wants to view data from another realm file.

If I have two files, default.realm and readonly.realm, how can I update them while referring to the data in readonly.realm during the default.realm migration?

2 years ago

1 answers
49 views
0
Is it possible to have PrimaryKey and Index attributes for multiple realm properties (item)?

Would it be possible to attach PrimaryKey or Indexed attributes to multiple properties (items) to the class (table) as shown below?If possible, I would appreciate it if you could tell me the syntax.I ...

2 years ago

1 answers
50 views
0
Apply Realm

Hello!I'm studying Android~I got to know the reality, so I'm applying it.I'm asking you this question because it's blocked from the beginningFirst of all, I didn't major in computer engineering, but I...

2 years ago

1 answers
43 views
0
This is a question about using realm. (Get the id specified by primary key)

Hello, everyone I am a student who is currently practicing making an Android application using Realm.I have a question while studying, so I'm posting a question like this.Realm.where (.class) when fin...

2 years ago

1 answers
47 views
0
Questions about the realm mobile database!

Look at realm.io site and study? There's something I don't understand while doing that, so I'm posting questions like this!-1. I don't understand the second paragraph in [Model] - [Restrictions] as sh...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.