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.
| this |
a ServerProvider provider object |
| cnc |
a Connection, or null |
|
a new SqlParser object, or null. |