Table of Contents

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 SqlNodeInterpreterContext

Underlying context.

Returns

SqlNodeInterpreter

New SqlNodeInterpreter instance.