enum QueryKind: string

What ZTD decided to do with a statement.

A statement is either read as it stands, simulated because carrying it out would change the database, or left alone because ZTD was configured to let it through unrun.

Cases§

case READ = 'read'
case WRITE_SIMULATED = 'write_simulated'
case DDL_SIMULATED = 'ddl_simulated'
case SKIPPED = 'skipped'

Test cases 796§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 2
Other tests reaching this symbol 794

Relations§

Constant reads 74
Type declarations 21