create_parser
Description:
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 |