tblLVST_GrammarContent_cGContentEncoding

Table Description:

tblLVST_GrammarContent_cGContentEncoding maps the encoding to a constant value: TEXT 0 The grammar is encoded as readable text. BINARY 1 The grammar is encoded in binary format. **IMPORTANT**: this version of the LVST database stores binary data in a secondary encoding; you _must_ use sqlite_decode_binary() to retrieve and work with binary data. The encoding determines whether the data is stored in a readable format (TEXT), or if some processing of the data needs to be done in order to read it (BINARY).

Table structure:

Column Name Data Type Data Length Default Value See Also
ConstantName VARCHAR 900 N/A N/A
ConstantValue INTEGER N/A N/A N/A

Primary Keys:

ConstantValue

Column Descriptions and Constraints:

ConstantName

Description:
This field indicates the grammar is in 'TEXT' or 'BINARY' format
Constraint Name:
N/A
Constraint Description:
N/A

ConstantValue

Description:
The Constant ID for the encoding
Constraint Name:
N/A
Constraint Description:
N/A

Table Constraints:

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