create_parser


Description:

public SqlParser create_parser ()

Creates a new parser object able to parse the SQL dialect understood by this.

If the ServerProvider object internally used by this does not have its own parser, then null is returned, and a general SQL parser can be obtained using SqlParser.

Parameters:

this

a Connection object

Returns:

a new SqlParser object, or null