ServerProvider.createParser
gda.sql_parser.SqlParser createParser(gda.connection.Connection cnc = null)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
cnc | a #GdaConnection, or null |
Returns
a new #GdaSqlParser object, or null.