Table of Contents

Interface IDDLDialect

Namespace
The.SQL.Schema
Assembly
Instagile.dll
public interface IDDLDialect

Methods

AddToSession(IEvent)

IEnumerable<string> AddToSession(IEvent e)

Parameters

e IEvent

Returns

IEnumerable<string>

FinishSession(ModelSnapshot)

(IReadOnlyList<IReadOnlyList<string>> before, IReadOnlyList<IReadOnlyList<string>> after) FinishSession(ModelSnapshot originalSnapshot)

Parameters

originalSnapshot ModelSnapshot

Returns

(IReadOnlyList<IReadOnlyList<string>> before, IReadOnlyList<IReadOnlyList<string>> after)

GetBatchSeparator()

IEnumerable<string> GetBatchSeparator()

Returns

IEnumerable<string>