Connection.createParser

Creates a new parser object able to parse the SQL dialect understood by cnc. If the #GdaServerProvider object internally used by cnc does not have its own parser, then null is returned, and a general SQL parser can be obtained using gda.sql_parser.SqlParser.new_.

class Connection
createParser
()

Return Value

Type: gda.sql_parser.SqlParser

a new #GdaSqlParser object, or null