create_parser


Description:

public SqlParser create_parser (Connection? cnc)

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 null

Returns:

a new SqlParser object, or null.