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 68§

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 66

Relations§

Constant reads 19
Type declarations 12