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