Database.h

Includes:
<Foundation/Foundation.h>
"CBEIOS/Types.h"
"CBEIOS/Container.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Methods

+created
+driveId
+folderId
+name
+ownerId
+readLocked
+rootContainer
+writeLocked

created


-(CBEDate) created;  
Return Value

cbe::Date

Discussion

when it was created, as unix epoch number


driveId


-(CBEDriveId) driveId;  
Return Value

cbe::DriveId

Discussion

the driveId number


folderId


-(CBEContainerId) folderId;  
Return Value

cbe::ContainerId

Discussion

the containerId number


name


-(NSString*) name;  
Return Value

std::string

Discussion

the database name


ownerId


-(CBEUserId) ownerId;  
Return Value

cbe::UserId

Discussion

the userId number of the owner


readLocked


-(BOOL) readLocked;  
Return Value

false

Discussion

if it has a read lock


rootContainer


-(CBEContainer*) rootContainer;  
Return Value

cbe::Container

Discussion

the top container of the database


writeLocked


-() writeLocked;  
Return Value

false

Discussion

if it has a write lock