DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Sql.Parser.ISqlParserResolver Interface Reference

An object used to resolve a parser for a specific dialect as configured within the system. More...

Public Member Functions

ISqlParser ResolveParser (string dialect)
 Resolves a SQL parser that is associated to the given dialect. More...
 

Detailed Description

An object used to resolve a parser for a specific dialect as configured within the system.

Definition at line 24 of file ISqlParserResolver.cs.

Member Function Documentation

ISqlParser Deveel.Data.Sql.Parser.ISqlParserResolver.ResolveParser ( string  dialect)

Resolves a SQL parser that is associated to the given dialect.

Parameters
dialectThe name of the dialect to resolve a valid SQL parser.
Returns
Returns an instance of ISqlParser configured on the system for the given dialect name, or null if none parser was associated to the given name.
Exceptions
ArgumentNullExceptionIf the specified dialect is null or an empty string.

The documentation for this interface was generated from the following file: