\App\Domain\Database\InterfacesDatabaseInterface

Interface RecordingOnLocalDb

Summary

Methods
Constants
fetch()
recording()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

fetch()

fetch(string  $sSeqId) : \App\Domain\Sequence\Entity\Sequence|boolean

Retrieves all data from the specified sequence record and returns them in the form of a Seq object. This method invokes one of several parser methods.

Parameters

string $sSeqId

The id of the seq obj.

Throws

\Exception

Returns

\App\Domain\Sequence\Entity\Sequence|boolean

recording()

recording() 

Records the new elements of a collection, reads a collection

Throws

\Exception