RLMRealm
extension RLMRealm
///////////////////////////////////////////////// ///////////////////////
-
주어진 로컬 URL에 있는 Realm의 스키마 버전을 반환합니다.
~를 참조하세요.
+ [RLMRealm schemaVersionAtURL:encryptionKey:error:]
선언
Swift
@nonobjc public class func schemaVersion(at url: URL, usingEncryptionKey key: Data? = nil) throws -> UInt64
-
RLMThreadSafeReference
가 처음 생성될 때 참고된 객체와 동일한 객체를 반환하지만 이 스레드의 현재 Realm에 대해 확인됩니다. 참고가 생성된 후 이 객체가 삭제된 경우nil
을(를) 반환합니다.~를 참조하세요.
를 참조하세요.- [RLMRealm resolveThreadSafeReference:]
선언
Swift
@nonobjc public func resolve<Confined>(reference: RLMThreadSafeReference<Confined>) -> Confined? where Confined : RLMThreadConfined