tblLVST_AudioData

Table Description:

Stores the actual binary audio data for the specified recording. You must use sqlite_encode_binary and sqlite_decode_binary to load the audio into the database, and to use the audio once you have retrieved it from the database.

Table structure:

Column Name Data Type Data Length Default Value See Also
AudioID INTEGER N/A N/A tblLVST_Audio
AudioData TEXT variable N/A N/A

Primary Keys:

N/A

Foreign keys relationships:

Foreign key Reference table Reference key

AudioID

tblLVST_Audio

AudioID

 

Column Descriptions and Constraints:

AudioID

Description:
Foreign key to tblLVST_Audio.

Constraint Name:
N/A
Constraint Description:
N/A

AudioData

Description:
The encoded audio data. The data is encoded using sqlite_encode_binary; to use it, you *must* call sqlite_decode_binary to translate it back to the original form.
Constraint Name:
N/A
Constraint Description:
N/A
 

Table Constraints:

Constraint Name: N/A
Constraint Description:
N/A
Columns related:
N/A