dql.grammar package

Module contents

DQL language parser

dql.grammar.create_alter()[source]

Create the grammar for the ‘alter’ statement

dql.grammar.create_create()[source]

Create the grammar for the ‘create’ statement

dql.grammar.create_delete()[source]

Create the grammar for the ‘delete’ statement

dql.grammar.create_drop()[source]

Create the grammar for the ‘drop’ statement

dql.grammar.create_dump()[source]

Create the grammar for the ‘dump’ statement

dql.grammar.create_insert()[source]

Create the grammar for the ‘insert’ statement

dql.grammar.create_load()[source]

Create the grammar for the ‘load’ statement

dql.grammar.create_parser()[source]

Create the language parser

dql.grammar.create_scan()[source]

Create the grammar for the ‘scan’ statement

dql.grammar.create_select()[source]

Create the grammar for the ‘select’ statement

dql.grammar.create_throttle()[source]

Create a THROTTLE statement

dql.grammar.create_throughput(variable=primitive)[source]

Create a throughput specification

dql.grammar.create_update()[source]

Create the grammar for the ‘update’ statement