You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// this clause is for other queries that are supported by specific dbs. for example in oracle we have ON COMMIT PRESERVER ROWS for creating temp table
/// and we do not have this option in other databases like mysql!
/// this can be inherited and used for other dbs.
/// </summary>
public class CreateTableQueryExtensionClause : AbstractClause
{
public CreateDbTableExtension CreateDbTableExtension { get; set; }