Class SqliteNodeInterpreterFactory
Represents a factory of SQL node interpreters.
public class SqliteNodeInterpreterFactory : ISqlNodeInterpreterFactory
- Inheritance
-
SqliteNodeInterpreterFactory
- Implements
- Inherited Members
Remarks
SqliteDialect implementation.
Constructors
SqliteNodeInterpreterFactory(SqliteNodeInterpreterOptions)
Creates a new SqliteNodeInterpreterFactory instance.
protected SqliteNodeInterpreterFactory(SqliteNodeInterpreterOptions options)
Parameters
optionsSqliteNodeInterpreterOptionsSqliteNodeInterpreterOptions instance applied to created node interpreters.
Properties
Options
SqliteNodeInterpreterOptions instance applied to created node interpreters.
public SqliteNodeInterpreterOptions Options { get; }
Property Value
Methods
Create(SqlNodeInterpreterContext)
Creates a new SqlNodeInterpreter instance.
[Pure]
public virtual SqliteNodeInterpreter Create(SqlNodeInterpreterContext context)
Parameters
contextSqlNodeInterpreterContextUnderlying context.
Returns
- SqliteNodeInterpreter
New SqlNodeInterpreter instance.