create_parser
Description:
Creates a new SqlParser object which is adapted to this
(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
SqlParser.
Parameters:
this |
a ServerProvider provider object |
cnc |
a Connection, or |
Returns:
a new SqlParser object, or |