Database.h
IntroductionUse the links in the table of contents to the left to access the documentation. Methodscreated-(CBEDate) created; Return Valuecbe::Date Discussionwhen it was created, as unix epoch number driveId-(CBEDriveId) driveId; Return Valuecbe::DriveId Discussionthe driveId number folderId-(CBEContainerId) folderId; Return Valuecbe::ContainerId Discussionthe containerId number name-(NSString*) name; Return Valuestd::string Discussionthe database name ownerId-(CBEUserId) ownerId; Return Valuecbe::UserId Discussionthe userId number of the owner readLocked-(BOOL) readLocked; Return Valuefalse Discussionif it has a read lock rootContainer-(CBEContainer*) rootContainer; Return Valuecbe::Container Discussionthe top container of the database writeLocked-() writeLocked;
Return Valuefalse Discussionif it has a write lock |