Interface ISqlNodeInterpreterFactory
- Namespace
- LfrlAnvil.Sql.Expressions.Visitors
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents a factory of SQL node interpreters.
public interface ISqlNodeInterpreterFactory
- Extension Methods
Methods
Create(SqlNodeInterpreterContext)
Creates a new SqlNodeInterpreter instance.
[Pure]
SqlNodeInterpreter Create(SqlNodeInterpreterContext context)
Parameters
context
SqlNodeInterpreterContextUnderlying context.
Returns
- SqlNodeInterpreter
New SqlNodeInterpreter instance.