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:
Column |
Description |
Constraint Name |
Constraint Description |
ConstantName |
This field indicates the grammar is in "TEXT" or "BINARY" format |
N/A |
N/A |
ConstantValue |
The Constant ID for the encoding |
N/A |
N/A |
Table Constraints:
Constraint Name |
Constraint Description |
Columns Related |
N/A |
N/A |
N/A |