public count
    ( void
   ) : integer
   public createIndex
    ( string $index_name
   , string $index_desc_json
   ) : void
   public dropIndex
    ( string $index_name
   ) : bool
   public existsInDatabase
    ( void
   ) : bool
   public getName
    ( void
   ) : string
   public getOne
    ( string $id
   ) : Document
   public getSchema
    ( void
   ) : Schema Object
   public getSession
    ( void
   ) : Session
   }