ServerProvider.createParser

Creates a new #GdaSqlParser object which is adapted to provider (and possibly depending on cnc for the actual database version).

If prov does not have its own parser, then null is returned, and a general SQL parser can be obtained using [gda.sql_parser.SqlParser.new_].

Parameters

cnca #GdaConnection, or null

Returns

a new #GdaSqlParser object, or null.