![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
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... | |
An object used to resolve a parser for a specific dialect as configured within the system.
Definition at line 24 of file ISqlParserResolver.cs.
| ISqlParser Deveel.Data.Sql.Parser.ISqlParserResolver.ResolveParser | ( | string | dialect | ) |
Resolves a SQL parser that is associated to the given dialect.
| dialect | The name of the dialect to resolve a valid SQL parser. |
null if none parser was associated to the given name. | ArgumentNullException | If the specified dialect is null or an empty string. |
1.8.10