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_.

class ServerProvider
createParser

Parameters

cnc gda.connection.Connection

a #GdaConnection, or null

Return Value

Type: gda.sql_parser.SqlParser

a new #GdaSqlParser object, or null.