RLMSchema

Objective-C

@interface RLMSchema : NSObject <NSCopying>

Swift

class RLMSchema : NSObject, NSCopying

RLMSchema instances represent collections of model object schemas managed by a Realm.

When using Realm, RLMSchema instances allow performing migrations and introspecting the database’s schema.

Schemas map to collections of tables in the core database.

Properties

Methods