Esempio n. 1
0
 public override string Generate(Expressions.AlterSchemaExpression expression)
 {
     return(CompatibilityMode.HandleCompatibilty("This feature not directly supported by most versions of DB2."));
 }
Esempio n. 2
0
 public void Process(Expressions.AlterSchemaExpression expression)
 {
     Process(Generator.Generate(expression));
 }