|
if realm.objects(tableChunk.self).filter("account == %@ AND ocId == %@", account, ocId).first == nil {
|
|
if realm.objects(tableChunk.self).filter("account == %@ AND ocId == %@", account, ocId).first == nil {
|
|
if realm.objects(tableChunk.self).filter("account == %@ AND ocId == %@ AND fileName == %@", account, ocId, fileName).first == nil {
|
|
if realm.objects(tableChunk.self).filter("account == %@ AND ocId == %@ AND fileName == %@", account, ocId, fileName).first == nil {
|