hcidbschematest

This command parses DB schemas in the SMAT tool.

hcidbschematest [-a] [-e encoding] [-d n] [-f format] 
[-w search expression] dbschema file
  • -a processes all records in the file.
  • -e encoding encodes from enc to UTF-8.
  • -d n shows data at detail level n. The detail level range is 0-4, where 0 is raw, unparsed data and 4 is the most detailed.
  • -f format specifies the input file format.
    • -f len10 specifies 10-byte length-encoded.
    • -f nlspecifies newline terminated. This is the default.
    • -f eof specifies end-of-file terminated.

-w search expression specifies the search string or regular expression for which to search. The search is case-sensitive.

dbschema is the name of the DB schema to test.

file specifies the data file with which to test.