//http://msdn2.microsoft.com/en-us/library/aa225939(SQL.80).aspx
 public override void AlterTable(TableAlterSchema table)
 {
     throw new NotImplementedException();
 }
		public virtual void AlterTable (TableAlterSchema table)
		{
			throw new NotImplementedException ();
		}
		//http://dev.mysql.com/doc/refman/5.1/en/alter-table.html
		public override void AlterTable (TableAlterSchema table)
		{
			throw new NotImplementedException ();
		}
		public virtual string GetTableAlterStatement (TableAlterSchema table)
		{
			throw new NotImplementedException ();
		}